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 vstinner
Recipients lukasz.langa, miss-islington, smurfix, vstinner, vxgmichel
Date 2021-09-09.16:42:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631205730.38.0.38811567476.issue44219@roundup.psfhosted.org>
In-reply-to
Content
> In my case, the file in question is implemented as a FUSE mount which is served by the same process (different thread of course). Thus holding the GIL at this point causes a rather interesting deadlock.

Since the change fixes a deadlock, I agree to backport it to 3.9 and 3.10.

Thanks for the fix!
History
Date User Action Args
2021-09-09 16:42:10vstinnersetrecipients: + vstinner, smurfix, lukasz.langa, vxgmichel, miss-islington
2021-09-09 16:42:10vstinnersetmessageid: <1631205730.38.0.38811567476.issue44219@roundup.psfhosted.org>
2021-09-09 16:42:10vstinnerlinkissue44219 messages
2021-09-09 16:42:10vstinnercreate