mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
9eea6eaf23
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.
Miscellaneous source files for the main Python shared library