cpython
cpython copied to clipboard
gh-119180: PEP 649: Add __annotate__ attributes
This implements https://peps.python.org/pep-0649/#annotate-and-annotations. In separate PRs I will work on making the compiler synthesize __annotate__ functions.
- Issue: gh-119180