[issue26360] Deadlock in thread.join on Python 2.7/Mac OS X 10.9

Ned Deily report at bugs.python.org
Wed Feb 17 21:07:19 EST 2016


Ned Deily added the comment:

I'm not able to test it myself at the moment but you could also try ensuring your 2.7 build is with the most up-to-date ABI for your system:

./configure MACOSX_DEPLOYMENT_TARGET=10.9

2.7 builds do not set this automatically; 3.x builds do.

----------
nosy: +ned.deily

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


More information about the Python-bugs-list mailing list