COMMITS
/ Include/internal/pycore_pythread.h March 17, 2025
M
GH-131238: Core header refactor (GH-131250)
Mark Shannon committed
October 2, 2024
J
gh-87135: Hang non-main threads that attempt to acquire the GIL during finalization (GH-105805)
Jeremy Maitin-Shepard committed
June 7, 2024
X
Fix typos in comments (#120188)
Xie Yanbo committed
April 24, 2024
E
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow committed
March 16, 2024
M
gh-114271: Fix race in `Thread.join()` (#114839)
mpage committed
March 1, 2024
B
GH-116226: include `pthread_stubs.h` in `pycore_pythreads.h` (#116227)
Brett Cannon committed
February 20, 2024
V
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
Victor Stinner committed
February 6, 2024
S
gh-115035: Mark ThreadHandles as non-joinable earlier after forking (#115042)
Sam Gross committed
November 4, 2023
A
GH-110829: Ensure Thread.join() joins the OS thread (#110848)
Antoine Pitrou committed
October 17, 2023
E
gh-84570: Add Timeouts to SendChannel.send() and RecvChannel.recv() (gh-110567)
Eric Snow committed
E
gh-84570: Send-Wait Fixes for _xxinterpchannels (gh-111006)
Eric Snow committed
D
gh-109693: Remove pycore_atomic.h (gh-110992)
Donghee Na committed
September 30, 2023
V
gh-110014: Include explicitly <unistd.h> header (#110155)
Victor Stinner committed
V
gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)
Victor Stinner committed
August 29, 2023
V
gh-106320: Remove private _PyThread_at_fork_reinit() function (#108601)
Victor Stinner committed
August 21, 2023
V
gh-108216: Cleanup #include in internal header files (#108228)
Victor Stinner committed
December 9, 2022
E
gh-81057: Fix the wasm32-wasi Buildbot (gh-100139)
Eric Snow committed
E
gh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084)
Eric Snow committed