[issue37049] Implement PEP 589: add TypedDict to typing

Chih-Hsuan Yen report at bugs.python.org
Sun May 26 08:45:24 EDT 2019


Chih-Hsuan Yen <yan12125 at gmail.com> added the comment:

Regarding the round-trip issue in Lib/test/test_typing.py mentioned by SilentGhost:

Apparently the following line added in b891c465bb7d38a597c5c2ad547d7b19194f4dad triggers an issue in Tools/parser/unparse.py

    Literal[b"foo", u"bar"]

As this is more likely an issue in unparse.py instead of test_typing.py, I opened another ticket for tracking: #37053.

----------

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


More information about the Python-bugs-list mailing list