Staging
v0.8.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
CODEOWNERS -rw-r--r-- 1.9 KB
CONTRIBUTING.rst -rw-r--r-- 2.4 KB
PULL_REQUEST_TEMPLATE.md -rw-r--r-- 318 bytes
appveyor.yml -rw-r--r-- 1.1 KB
codecov.yml -rw-r--r-- 482 bytes

back to top