8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We can either follow what was outlined here python/peps#2927.
Or https://discuss.python.org/t/pep-699-remove-private-dict-version-field-added-in-pep-509/19724/14
The text was updated successfully, but these errors were encountered:
This should be a somewhat straightforward C change. I recommend any new contributors looking to work on the C parts of CPython take this up :).
In short, we're deprecating usage of a struct field in CPython.
Sorry, something went wrong.
gh-101152: Implement PEP 699 (GH-101193)
7f95ec3
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Co-authored-by: Ken Jin <kenjin@python.org>
Disable access to the "ma_version_tag" dict field in CPython 3.12 sin…
58d5fed
…ce PEP 699 deprecates it. See #5238 See https://peps.python.org/pep-0699/ See python/cpython#101152
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
We can either follow what was outlined here python/peps#2927.
Or https://discuss.python.org/t/pep-699-remove-private-dict-version-field-added-in-pep-509/19724/14
Linked PRs
The text was updated successfully, but these errors were encountered: