]> granicus.if.org Git - python/commit
Provide access to the import lock, fixing SF bug #580952. This is
authorGuido van Rossum <guido@python.org>
Wed, 12 Feb 2003 21:46:11 +0000 (21:46 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 12 Feb 2003 21:46:11 +0000 (21:46 +0000)
commitc4f4ca91e112a55b2fac5853718a5f05797f30b5
treeb7e75170ce51536cf76bbfd58f1901946a7cab50
parent47710656e53717b8369b72efcc486287f61bd69e
Provide access to the import lock, fixing SF bug #580952.  This is
mostly from SF patch #683257, but I had to change unlock_import() to
return an error value to avoid fatal error.

Should this be backported?  The patch requested this, but it's a new
feature.
Misc/NEWS
Python/import.c