Carlos Corbacho <cathec...@gmail.com> added the comment:

As per my comments on Issue11108 - I suspect that PyImport_ImportModuleNoBlock 
is a bit of a red herring here - in Python 2.5 and earlier versions (well 
before PyImport_ImportModuleNoBlock was added), we have occasionally seen 
'AttributeError: strptime' from threaded code calling time.strptime(), so 
whatever this bug is, I don't believe it's caused by the call now being 
non-blocking from 2.6 onwards.

----------
nosy: +ccorbacho

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7980>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to