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 ryan.petrello
Recipients Valentyn Tymofieiev, brett.cannon, eric.snow, ncoghlan, ryan.petrello
Date 2020-02-26.22:09:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582754979.19.0.0123558527918.issue38884@roundup.psfhosted.org>
In-reply-to
Content
I believe I'm also encountering some version of this bug while importing code from the kombu library within a multi-threaded context.

For what it's worth, I'm able to reproduce the reported deadlock (https://bugs.python.org/file48737/issue38884.zip) using python3.8 on RHEL8 and CentOS 8 builds.

More details about what I'm encountering here: https://github.com/ansible/awx/issues/5617
https://github.com/ansible/awx/issues/5617#issuecomment-591618205

My intended workaround for now is to just not use a thread (we'll see if it helps):

https://github.com/ansible/awx/pull/6093
History
Date User Action Args
2020-02-26 22:09:39ryan.petrellosetrecipients: + ryan.petrello, brett.cannon, ncoghlan, eric.snow, Valentyn Tymofieiev
2020-02-26 22:09:39ryan.petrellosetmessageid: <1582754979.19.0.0123558527918.issue38884@roundup.psfhosted.org>
2020-02-26 22:09:39ryan.petrellolinkissue38884 messages
2020-02-26 22:09:39ryan.petrellocreate