Hello. Please see http://bugs.python.org/issue3947.
Currently, python2.6 crashes on thread related tests. Amaury Forgeot d'Arc explained to me why this happens. When comes to DLL_THREAD_DETACH, pthread is already destroied, so pthread_wait in CRYPTO_set_locking_callback handler causes crash. Attached patch disables ERR_remove_state(0) at DLL_THREAD_DETACH on cygwin, and python works fine. Is this patch acceptable? Regards, Yamamoto.
cryptlib.patch
Description: Binary data