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 masamoto
Recipients EdSchouten, erik.bray, masamoto, r.david.murray, vstinner
Date 2016-11-10.15:37:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478792230.3.0.259543497042.issue25658@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2016-11-10 15:37:10masamotosetrecipients: + masamoto, vstinner, r.david.murray, erik.bray, EdSchouten
2016-11-10 15:37:10masamotosetmessageid: <1478792230.3.0.259543497042.issue25658@psf.upfronthosting.co.za>
2016-11-10 15:37:10masamotolinkissue25658 messages
2016-11-10 15:37:10masamotocreate