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 Mark.Shannon
Recipients Anthony Sottile, Mark.Shannon, nedbat, pablogsal
Date 2021-04-26.12:55:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619441750.51.0.588738755485.issue43933@roundup.psfhosted.org>
In-reply-to
Content
This test case was added for 3.10.
In 3.9 it reports that the pass statement executes, even though it is unreachable.

https://github.com/python/cpython/blob/master/Lib/test/test_sys_settrace.py#L919
History
Date User Action Args
2021-04-26 12:55:50Mark.Shannonsetrecipients: + Mark.Shannon, nedbat, Anthony Sottile, pablogsal
2021-04-26 12:55:50Mark.Shannonsetmessageid: <1619441750.51.0.588738755485.issue43933@roundup.psfhosted.org>
2021-04-26 12:55:50Mark.Shannonlinkissue43933 messages
2021-04-26 12:55:50Mark.Shannoncreate