Message 280511 - Python tracker (original) (raw)

Hi, I came from #28656. I have read past discussions, And I've understood the pthread_key_t has possible of either integer or pointer. So I think there is a simple solution that replaces key type to intptr_t. Thus I wrote a patch, but it maybe need configure check for intptr_t if CPytyhon still be supporting for before C99 compilers. I confirmed patch on Cygwin x86. Would you be able to confirm for other platforms?