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.
Created on 2016年11月10日 09:33 by muzhong, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg280499 - (view) | Author: muzhong (muzhong) | Date: 2016年11月10日 09:33 | |
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
|
|||
| msg280503 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2016年11月10日 11:51 | |
See also issue25658. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:39 | admin | set | github: 72842 |
| 2016年11月10日 17:05:25 | serhiy.storchaka | set | status: open -> closed superseder: PyThread assumes pthread_key_t is an integer, which is against POSIX resolution: duplicate stage: resolved |
| 2016年11月10日 11:51:25 | serhiy.storchaka | set | nosy:
+ serhiy.storchaka messages: + msg280503 |
| 2016年11月10日 09:33:06 | muzhong | create | |