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 ppperry
Recipients brett.cannon, jcdlr, om364@, ppperry, terry.reedy
Date 2018-10-01.02:09:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538359744.8.0.545547206417.issue33065@psf.upfronthosting.co.za>
In-reply-to
Content
Line 59 isn't actually executed; the error comes from the trace event that gets fired before line 59, which is the first `line` event in the frame containing the uninitialized _ModuleLock.
History
Date User Action Args
2018-10-01 02:09:04ppperrysetrecipients: + ppperry, brett.cannon, terry.reedy, jcdlr, om364@
2018-10-01 02:09:04ppperrysetmessageid: <1538359744.8.0.545547206417.issue33065@psf.upfronthosting.co.za>
2018-10-01 02:09:04ppperrylinkissue33065 messages
2018-10-01 02:09:04ppperrycreate