Ned Deily <n...@acm.org> added the comment:

It fails for me as well on 10.6 (Intel) with 2.6 and trunk and did not 
fail on 10.5 (ppc). time.strptime does an import of a python module from C 
code so, not surprisingly, adding a time.strptime call in the main module 
prior to the thread.start_new_thread avoids the crash.

Attached is the stack trace of the crash with 2.6.4rc1.

----------
nosy: +ned.deily
versions: +Python 2.6, Python 2.7 -Python 2.4
Added file: 
http://bugs.python.org/file15086/Python_2009-10-08-204652_fimt-3.crash

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

Reply via email to