[issue683658] PyErr_Warn may cause import deadlock

Guido van Rossum report at bugs.python.org
Fri Jan 4 01:33:44 CET 2008


Guido van Rossum added the comment:

No, backporting that to 2.5 isn't an option; it introduces a new feature
and breaks binary backwards compatibility by removing the
PyImport_ImportModuleEx entry point from the executable (turning it into
a macro).

----------
assignee: gvanrossum -> 
keywords: +64bit
priority: high -> low
resolution: remind -> 

____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue683658>
____________________________________


More information about the Python-bugs-list mailing list