◐ Shell
clean mode source ↗

[WIP] bpo-39511: Add Py_GetNone() and Py_GetNoneRef() functions by vstinner · Pull Request #18301 · python/cpython

Conversation

@vstinner

@vstinner vstinner commented

Feb 1, 2020

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

  • Add PyInterpreterState.none field
  • Add _Py_InitSingletons() and _Py_FiniSingletons()
  • Remove _Py_NoneStruct from the public C API.

https://bugs.python.org/issue39511

* Add PyInterpreterState.none field
* Add _Py_InitSingletons() and _Py_FiniSingletons()
* Remove _Py_NoneStruct from the public C API.

@vstinner

Copy link Copy Markdown

Member Author

PR rebased on the master branch.

@vstinner vstinner marked this pull request as draft

June 10, 2020 18:09

@vstinner

Copy link Copy Markdown

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@ericsnowcurrently ericsnowcurrently Awaiting requested review from ericsnowcurrently ericsnowcurrently will be requested when the pull request is marked ready for review ericsnowcurrently is a code owner

@ZeroIntensity ZeroIntensity Awaiting requested review from ZeroIntensity ZeroIntensity will be requested when the pull request is marked ready for review ZeroIntensity is a code owner

@FFY00 FFY00 Awaiting requested review from FFY00 FFY00 will be requested when the pull request is marked ready for review FFY00 is a code owner

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner @the-knights-who-say-ni @bedevere-bot