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 siddhesh
Recipients benjamin.peterson, pitrou, siddhesh, steve.dower
Date 2018-05-15.11:25:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526383500.59.0.682650639539.issue33015@psf.upfronthosting.co.za>
In-reply-to
Content
Actually it is not; the parameter passed to Pythread_start_new_thread has a different type (void (*)(void *)) from what's accepted (and executed by) pthread_create (void *(*)(void *)).  That is undefined behaviour.
History
Date User Action Args
2018-05-15 11:25:00siddheshsetrecipients: + siddhesh, pitrou, benjamin.peterson, steve.dower
2018-05-15 11:25:00siddheshsetmessageid: <1526383500.59.0.682650639539.issue33015@psf.upfronthosting.co.za>
2018-05-15 11:25:00siddheshlinkissue33015 messages
2018-05-15 11:25:00siddheshcreate