Files
cpython/Objects
Christian Heimes 000a074c95 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
2008-01-03 22:16:32 +00:00
..
2007-12-06 00:56:53 +00:00
2007-10-04 06:00:48 +00:00
2007-12-31 23:48:47 +00:00
2006-08-01 16:24:30 +00:00
2007-12-20 21:03:02 +00:00