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 Tony Roberts
Recipients Tony Roberts, paul.moore, pitrou, steve.dower, tim.golden, zach.ware
Date 2018-06-19.15:27:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529422066.79.0.56676864532.issue33895@psf.upfronthosting.co.za>
In-reply-to
Content
Sure, that's reasonable :)

For my case I have a usable workaround so not back porting it to < 3.8 is fine for me. My workaround will just leak the thread state if another thread is in __import__, which happens so rarely that it's not really a problem (but not rarely enough that blocking is acceptable!). The other cases changed in this PR would cause the same issue, but in practice for my application it's unlikely.

Thanks!
History
Date User Action Args
2018-06-19 15:27:46Tony Robertssetrecipients: + Tony Roberts, paul.moore, pitrou, tim.golden, zach.ware, steve.dower
2018-06-19 15:27:46Tony Robertssetmessageid: <1529422066.79.0.56676864532.issue33895@psf.upfronthosting.co.za>
2018-06-19 15:27:46Tony Robertslinkissue33895 messages
2018-06-19 15:27:46Tony Robertscreate