Christian Heimes added the comment: The patch does't replace all PyImport_ImportModule() calls with the new function. It replaces only the calls which may occure more than once and have a fixed name like "time".
I've renamed the function to PyImport_ImportModuleNoBlock(). It should explain the purpose of the function better. It imports a module without blocking. Added file: http://bugs.python.org/file9049/trunk_import_noblock.patch __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1567> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com