| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Two more constants to consider: #define Py_Ellipsis (&_Py_EllipsisObject) #define Py_NotImplemented (&_Py_NotImplementedStruct) Update: I completed my PR to also cover these two constants. |
Sorry, something went wrong.
In the limited C API and the stable ABI, implement Py_None, Py_False, Py_True, Py_Ellipsis and Py_NotImplemented constants are symbols.
|
Counter-proposition: #116572 implement these constants as function calls in the limited C API. |
Sorry, something went wrong.
|
The C API Working Group chose to go with a function call instead: capi-workgroup/decisions#16 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
In the limited C API and the stable ABI, implement Py_None, Py_False and Py_True constants are symbols.