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 vstinner
Recipients Decorater, vstinner
Date 2017-03-04.05:05:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488603924.73.0.0845588312264.issue29718@psf.upfronthosting.co.za>
In-reply-to
Content
+/* Define if pthread_key_t is compatible with int. */
+#undef PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT

Is this change the implementation of the issue #25658?
History
Date User Action Args
2017-03-04 05:05:24vstinnersetrecipients: + vstinner, Decorater
2017-03-04 05:05:24vstinnersetmessageid: <1488603924.73.0.0845588312264.issue29718@psf.upfronthosting.co.za>
2017-03-04 05:05:24vstinnerlinkissue29718 messages
2017-03-04 05:05:24vstinnercreate