summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build/2018-08-24-09-48-25.bpo-33015.s21y74.rst
Commit message (Collapse)AuthorAgeFilesLines
* [blurb] v3.8.0a1Ɓukasz Langa2019-02-031-3/+0
|
* bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008)Siddhesh Poyarekar2018-11-301-0/+3
Fix an undefined behaviour in the pthread implementation of PyThread_start_new_thread(): add a function wrapper to always return NULL. Add pythread_callback struct and pythread_wrapper() to thread_pthread.h.