This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author muzhong
Recipients Alex.Willmer, muzhong
Date 2016-11-10.09:33:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478770386.64.0.617374517567.issue28656@psf.upfronthosting.co.za>
In-reply-to
Content
ENV: 
    CYGWIN_NT-6.1 2.6.0(0.304/5/3) 2016-08-31 14:32 x86_64 Cygwin
    gcc (GCC) 5.4.0
    g++ (GCC) 5.4.0
Error Msg:
    Fatal Python error: Could not allocate TLS entry
Cause:
    /usr/include/machine/types.h:typedef struct __pthread_key_t {char __dummy;} *pthread_key_t;
    but convert pthread_key_t to int or compare with int in thread_pthread.h/thread.c/pythread.h/pystate.c/pylifecycle.c
History
Date User Action Args
2016-11-10 09:33:06muzhongsetrecipients: + muzhong, Alex.Willmer
2016-11-10 09:33:06muzhongsetmessageid: <1478770386.64.0.617374517567.issue28656@psf.upfronthosting.co.za>
2016-11-10 09:33:06muzhonglinkissue28656 messages
2016-11-10 09:33:06muzhongcreate