commit | c4f4ca91e112a55b2fac5853718a5f05797f30b5 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Feb 12 21:46:11 2003 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Feb 12 21:46:11 2003 +0000 |
tree | b7e75170ce51536cf76bbfd58f1901946a7cab50 | |
parent | 47710656e53717b8369b72efcc486287f61bd69e [diff] |
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.