commit | 000a074c955a1964959ee908300ef49b41170a06 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Thu Jan 03 22:16:32 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Thu Jan 03 22:16:32 2008 +0000 |
tree | af32b732d8b3285969bd524a4af25b6533adbb4c | |
parent | 0a83d79268e9d2b36decc78845cf71baced4ccc6 [diff] |
Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0 Added a new API function PyImport_ImportModuleNoBlock. It solves the problem with dead locks when mixing threads and imports