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 nedbat
Recipients Anthony Sottile, Mark.Shannon, nedbat, pablogsal
Date 2021-04-26.10:42:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619433740.44.0.0518709914334.issue43933@roundup.psfhosted.org>
In-reply-to
Content
Mark, you say:

> The traceback for 3.9 is incorrect, the program is not on line 10 when __exit__ is called.

It's kind of not on any line in main(), but line 10 is the most useful line to indicate.  It's the last bit of the user's code that was running, and it is the reason for leaving the with statement.
History
Date User Action Args
2021-04-26 10:42:20nedbatsetrecipients: + nedbat, Mark.Shannon, Anthony Sottile, pablogsal
2021-04-26 10:42:20nedbatsetmessageid: <1619433740.44.0.0518709914334.issue43933@roundup.psfhosted.org>
2021-04-26 10:42:20nedbatlinkissue43933 messages
2021-04-26 10:42:20nedbatcreate