[issue8098] PyImport_ImportModuleNoBlock() may solve problems but causes others.

Alexander Belopolsky report at bugs.python.org
Mon Jul 12 17:26:46 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

Composed before reading Nick's comment:

"""
This issue is broader in scope than just the time module example that is given, so I am not taking this over.  With respect to datetime and time modules, there are several related issues I am working on which aim to reduce or eliminate the use of PyImport_ImportModuleNoBlock(): issue 9012 aims to eliminate the need to import time module from datetime; issue 7989 while not directly related, may lead to python dependencies being imported from python rather than C code. 
"""

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8098>
_______________________________________


More information about the Python-bugs-list mailing list