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 pitrou
Recipients belopolsky, brett.cannon, christian.heimes, grahamd, gvanrossum, ncoghlan, neologix, pitrou, vstinner
Date 2011-12-28.23:17:59
SpamBayes Score 0.0031831632
Marked as misclassified No
Message-id <1325114282.32.0.397373477094.issue9260@psf.upfronthosting.co.za>
In-reply-to
Content
New prototype with per-module import locks and deadlock avoidance.
When a deadlock due to threaded circular imports is detected, the offending import returns the partially constructed module object (as would happen in single-threaded mode).

Probably lacks a test and some cleanup.
History
Date User Action Args
2011-12-28 23:18:02pitrousetrecipients: + pitrou, gvanrossum, brett.cannon, ncoghlan, belopolsky, vstinner, christian.heimes, grahamd, neologix
2011-12-28 23:18:02pitrousetmessageid: <1325114282.32.0.397373477094.issue9260@psf.upfronthosting.co.za>
2011-12-28 23:18:01pitroulinkissue9260 messages
2011-12-28 23:18:01pitroucreate