Staging
v0.5.1
https://github.com/python/cpython
Revision b1355352d14a0a67107aba7ec6f233336f17716a authored by Miss Islington (bot) on 30 November 2018, 15:32:12 UTC, committed by GitHub on 30 November 2018, 15:32:12 UTC

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 9eea6eaf23067880f4af3a130e3f67c9812e2f30)

Co-authored-by: Siddhesh Poyarekar <siddhesh.poyarekar@gmail.com>
1 parent 365f21c
History
Tip revision: b1355352d14a0a67107aba7ec6f233336f17716a authored by Miss Islington (bot) on 30 November 2018, 15:32:12 UTC
bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008)
Tip revision: b135535
File Mode Size
ci.yml -rw-r--r-- 2.7 KB
docker-steps.yml -rw-r--r-- 2.2 KB
docs-steps.yml -rw-r--r-- 1.3 KB
macos-steps.yml -rw-r--r-- 724 bytes
posix-deps.sh -rwxr-xr-x 590 bytes
posix-steps.yml -rw-r--r-- 1.9 KB
pr.yml -rw-r--r-- 1.8 KB
prebuild-checks.yml -rw-r--r-- 1.2 KB
windows-steps.yml -rw-r--r-- 1.2 KB

back to top