[WIP] bpo-39511: Add Py_GetNone() and Py_GetNoneRef() functions by vstinner · Pull Request #18301 · python/cpython
Conversation
Member
- Add PyInterpreterState.none field
- Add _Py_InitSingletons() and _Py_FiniSingletons()
- Remove _Py_NoneStruct from the public C API.
vstinner
added
the
DO-NOT-MERGE
label
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
* Add PyInterpreterState.none field * Add _Py_InitSingletons() and _Py_FiniSingletons() * Remove _Py_NoneStruct from the public C API.
vstinner
commented
Jun 10, 2020
vstinner commented
Member Author
PR rebased on the master branch.
vstinner
marked this pull request as draft
vstinner
commented
Sep 21, 2021
vstinner commented
Member Author
I still consider that this PR is a good way to solve https://bugs.python.org/issue39511 but I simply lack time to finish the work. I prefer to close the PR to reduce the number of open PRs that I have.
vstinner
closed this
vstinner
deleted the
none
branch
vstinner
mentioned this pull request
vstinner
mentioned this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment