New GitHub issue #119180 from JelleZijlstra:<br>

<hr>

<pre>
PEP-649 has been accepted and should be implemented in PEP 649. Let's use this issue to track the implementation:

- [ ] Decide on or clarify the adoption strategy (https://discuss.python.org/t/pep-649-deferred-evaluation-of-annotations-tentatively-accepted/21331/44)
- [ ] Implement core interpreter changes (e.g., new symbol table functionality)
- [ ] Implement new Python-level APIs, like the new `format` argument to `inspect.get_annotations`
- [ ] Document the new semantics
- [ ] Adapt standard library code that uses annotations to work excellently with PEP 649 (e.g., dataclasses, TypedDict, singledispatch)
- [ ] Make sure the ecosystem is ready by testing third-party libraries like Pydantic

I am planning to work on the interpreter core first.

cc @larryhastings @carljm @samuelcolvin 
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/119180">View on GitHub</a>
<p>Labels: topic-typing, 3.14</p>
<p>Assignee: JelleZijlstra</p>