This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yan12125
Recipients SilentGhost, gvanrossum, levkivskyi, yan12125
Date 2019-05-26.12:45:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558874724.12.0.0936043309722.issue37049@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-05-26 12:45:24yan12125setrecipients: + yan12125, gvanrossum, SilentGhost, levkivskyi
2019-05-26 12:45:24yan12125setmessageid: <1558874724.12.0.0936043309722.issue37049@roundup.psfhosted.org>
2019-05-26 12:45:24yan12125linkissue37049 messages
2019-05-26 12:45:23yan12125create