[issue11327] Running test_time.py in python27 caused python to unexpectedly quit

Ned Deily report at bugs.python.org
Sat Feb 26 12:07:30 CET 2011


Ned Deily <nad at acm.org> added the comment:

If it's broken, complain to Apple.

$ otool -L $(/opt/local/bin/python2.7 -c 'import time;print(time.__file__)')
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so:
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.1)

That still doesn't explain the OP's crash on OS X 10.6.6.

----------

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


More information about the Python-bugs-list mailing list