-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
Mark 3.12 PEPs as Final #3817
Comments
I'm not sure what to do with PEP 699. AFAIK, the field has been repurposed to mean something else for the most part by now. All that's left should be to remove the code guaranteeing the increments in 3.14 and it should be done? |
Yes, 683 is should be marked "final". |
@ericsnowcurrently #3824 marks PEP 683 as Final. The edits to the acceptance criteria need to be confirmed as correct, as do the two unchecked checkboxes. I'm wondering if it might be worth adding more detail on immortal objects to a new subheading in https://docs.python.org/3/c-api/refcounting.html though, as the best canonical doc reference I could find in the reference docs is to the term The two explanatory links in the C API docs go to the PEP, which is about to be marked as no longer to be trusted as living documentation. |
Let's discuss this on python/cpython#120426. |
Regarding PEP 687, you can see the implementation status on python/cpython#103092. Only the faulthandler module is left and I'm not sure that's worth waiting to mark the PEP as final. |
I believe the following two accepted PEPs targeting 3.12 are actually complete:
I'm assuming the following PEP is being left open until the field is actually removed in 3.14 (which could be implemented on
main
now that 3.13 is in beta):I'm also not sure if the conversion of the standard library to multi-phase initialisation is complete yet:
(Posted based on https://discuss.python.org/t/accepted-but-not-final-python-3-12-peps/54720, and adopting #3781 as a good precedent to follow. PEP 684 was open when the Discuss thread was started, but subsequently marked as Final in #3810).
The text was updated successfully, but these errors were encountered: