[issue7085] strptime problem

Ronald Oussoren report at bugs.python.org
Sun Oct 11 20:09:37 CEST 2009


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

The crash happens whenever you import code on a secondairy thread.

I consider this a platform bug in the implementation of dlopen, because 
the crash also occurs with this variant on test():

def test():
    print "DL"
    p = os.path.join(os.path.dirname(time.__file__), '_locale.so')
    m = dl.open(p)
    print m

(Don't forget to import dl and os before running the code).

I'm investigating a workaround.

----------

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


More information about the Python-bugs-list mailing list