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 pablogsal
Recipients matt-davis, pablogsal
Date 2020-09-15.07:45:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600155939.21.0.911577643034.issue41788@roundup.psfhosted.org>
In-reply-to
Content
I think this can be very error prone because a particular operation could be interrupted by GIL switching in the middle of the context manager and be reported as taking much more than the execution of the code itself is taking. This will be very confused to users that expect it to "just work"
History
Date User Action Args
2020-09-15 07:45:39pablogsalsetrecipients: + pablogsal, matt-davis
2020-09-15 07:45:39pablogsalsetmessageid: <1600155939.21.0.911577643034.issue41788@roundup.psfhosted.org>
2020-09-15 07:45:39pablogsallinkissue41788 messages
2020-09-15 07:45:38pablogsalcreate