peps
peps copied to clipboard
Python Enhancement Proposals
---- 📚 Documentation preview 📚: https://pep-previews--3862.org.readthedocs.build/
---- 📚 Documentation preview 📚: https://pep-previews--3887.org.readthedocs.build/
---- 📚 Documentation preview 📚: https://pep-previews--3886.org.readthedocs.build/
---- 📚 Documentation preview 📚: https://pep-previews--3884.org.readthedocs.build/
* Change is: * [x] To an Accepted or Final PEP, with Steering Council approval * [x] To fix editorial issues (mostly missing context for changes originally discussed under PEP...
This PR addresses some additional comments from https://github.com/python/peps/pull/3850#pullrequestreview-2157965764. I've chosen to address the comment around the JIT environment variable in the JIT's README (see https://github.com/python/cpython/pull/121635) since I think that's maybe...
PEP 747: Rephrase rules for | operator. Remove ability to assign TypeExpr[X | Y | ...] to UnionType.
Also: * Streamline compare/contrast of TypeExpr vs. TypeAlias --- * Change is either: * [x] To a Draft PEP * [ ] To an Accepted or Final PEP, with Steering...
Current pre-PEP discussion: https://discuss.python.org/t/pre-pep-discussion-revival-of-pep-543/51263 I'm leaving this in draft while @jvdprng and I clean it up a bit -- in particular, we need to copy the latest code examples over...
I believe the following two [accepted PEPs targeting 3.12](https://peps.python.org/#accepted-peps-accepted-may-not-be-implemented-yet) are actually complete: - [x] [PEP-683](https://peps.python.org/pep-0683/): Immortal Objects, Using a Fixed Refcount (@ericsnowcurrently, @eduardo-elizondo) - [ ] [PEP-701](https://peps.python.org/pep-0701/): Syntactic formalization of...
Here's the [accepted PEPs targeting 3.13](https://peps.python.org/#accepted-peps-accepted-may-not-be-implemented-yet) which I think made the beta feature freeze: * [ ] PEP-667 Consistent views of namespaces @markshannon @gaogaotiantian https://github.com/python/peps/pull/3942 * [x] PEP-696 Type Defaults...