Message 110340 - Python tracker (original) (raw)

Message110340

Author brett.cannon
Recipients belopolsky, brett.cannon, christian.heimes, grahamd, gvanrossum, ncoghlan, pitrou
Date 2010-07-14.23:40:13
SpamBayes Score 0.017127626
Marked as misclassified No
Message-id 1279150814.96.0.0597715098853.issue9260@psf.upfronthosting.co.za
In-reply-to
Content
That's my point; loaders are using the lock implicitly so that's why we don't need to worry about the global import lock just for path hooks. It seems like you are suggesting using the global import lock purely for compatibility, and what I am saying is that loaders don't care so there is no compatibility to care about. I say only use the global import lock for serializing creation.
History
Date User Action Args
2010-07-14 23:40:15 brett.cannon set recipients: + brett.cannon, gvanrossum, ncoghlan, belopolsky, pitrou, christian.heimes, grahamd
2010-07-14 23:40:14 brett.cannon set messageid: 1279150814.96.0.0597715098853.issue9260@psf.upfronthosting.co.za
2010-07-14 23:40:13 brett.cannon link issue9260 messages
2010-07-14 23:40:13 brett.cannon create