cpython/Misc/NEWS.d/next/Build
Victor Stinner 8f83c2fb19
bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) (GH-10823)
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.

(cherry picked from commit 9eea6eaf23)
2018-11-30 17:04:35 +01:00
..
2018-06-15-18-18-16.bpo-30345.j-xRE1.rst bpo-30345: Add -g to LDFLAGS for LTO (GH-7709) (GH-7825) 2018-06-22 09:11:33 +02:00
2018-08-24-09-48-25.bpo-33015.s21y74.rst bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) (GH-10823) 2018-11-30 17:04:35 +01:00
2018-09-17-13-56-12.bpo-34710.ARqIAK.rst [2.7] bpo-34710: fix SSL module build (GH-9347) (GH-9353) 2018-09-17 06:42:30 -07:00
2018-11-01-15-01-23.bpo-35139.XZTttb.rst [2.7] closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match `setup.py` (GH-10293) 2018-11-01 20:28:34 -07:00
README.rst

README.rst

Put news entry ``blurb`` files for the *Build* section in this directory.