Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 312 Bytes

2024-03-11-09-24-35.gh-issue-115754.zLdv82.rst

File metadata and controls

5 lines (5 loc) · 312 Bytes

In the limited C API version 3.13, getting Py_None, Py_False, Py_True, Py_Ellipsis and Py_NotImplemented singletons is now implemented as function calls at the stable ABI level to hide implementation details. Getting these constants still return borrowed references. Patch by Victor Stinner.