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 christian.heimes
Recipients christian.heimes, jhgoebbert, seberg
Date 2022-03-21.22:43:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647902593.74.0.459822706723.issue47082@roundup.psfhosted.org>
In-reply-to
Content
Python used to have a global import lock. The global import lock prevented recursive imports from other threads while the current thread was importing. The import lock was source of issues and dead locks. Antoine replaced it with a fine grained import lock in bpo-9260.
History
Date User Action Args
2022-03-21 22:43:13christian.heimessetrecipients: + christian.heimes, seberg, jhgoebbert
2022-03-21 22:43:13christian.heimessetmessageid: <1647902593.74.0.459822706723.issue47082@roundup.psfhosted.org>
2022-03-21 22:43:13christian.heimeslinkissue47082 messages
2022-03-21 22:43:13christian.heimescreate