[issue41249] TypedDict inheritance doesn't work with get_type_hints and postponed evaluation of annotations across modules

Ken Jin report at bugs.python.org
Fri Jul 16 23:58:39 EDT 2021


Ken Jin <kenjin4096 at gmail.com> added the comment:

> How far can/should we backport this?

It will work in 3.10 and 3.9 without issues. However, I don't remember if bugfixes for __future__ features require special treatment/are excluded from normal bugfix backports. I vaguely remember us not backporting from __future__ annotations very far back (since they usually broke backwards compatibility).

Maybe 3.10 is enough?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41249>
_______________________________________


More information about the Python-bugs-list mailing list