Message 110332 - Python tracker (original) (raw)

Message110332

Author pitrou
Recipients belopolsky, brett.cannon, christian.heimes, grahamd, gvanrossum, ncoghlan, pitrou
Date 2010-07-14.21:47:29
SpamBayes Score 0.014561413
Marked as misclassified No
Message-id 1279144046.3128.20.camel@localhost.localdomain
In-reply-to 1279142945.08.0.232082974925.issue9260@psf.upfronthosting.co.za
Content
> So changing the locking mechanism most likely won't break loaders > because they are not using the current import lock anyway and so > already have their own issues. Are you sure they aren't using it implicitly? In vanilla py3k, PyImport_ImportModuleLevel() takes the import lock therefore it protects any inner code, including the various hooks.
History
Date User Action Args
2010-07-14 21:47:31 pitrou set recipients: + pitrou, gvanrossum, brett.cannon, ncoghlan, belopolsky, christian.heimes, grahamd
2010-07-14 21:47:29 pitrou link issue9260 messages
2010-07-14 21:47:29 pitrou create