Open
Description
I believe the following two accepted PEPs targeting 3.12 are actually complete:
- PEP-683: Immortal Objects, Using a Fixed Refcount (@ericsnowcurrently, @eduardo-elizondo)
- PEP-701: Syntactic formalization of f-strings (@pablogsal)
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):
- PEP-699: Remove private dict version field added in PEP 509 (@Fidget-Spinner)
I'm also not sure if the conversion of the standard library to multi-phase initialisation is complete yet:
- PEP-687: Isolating modules in the standard library (@erlend-aasland, @encukou)
(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).