]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport 2.217 and 2.218:
authorGuido van Rossum <guido@python.org>
Thu, 13 Feb 2003 17:06:02 +0000 (17:06 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 13 Feb 2003 17:06:02 +0000 (17:06 +0000)
commit466a3a7150b6cec85f3b9584adfb0e1da2227b26
tree482c5a4562f4e9ffc52714d06b844e98d606a91c
parent32810627a27fd8e6591b09bab045564030f10099
Backport 2.217 and 2.218:
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.
Misc/NEWS
Python/import.c