COMMITS
/ Python/thread_pthread.h October 2, 2024
J
gh-87135: Hang non-main threads that attempt to acquire the GIL during finalization (GH-105805)
Jeremy Maitin-Shepard committed
May 5, 2024
V
gh-110850: Remove _PyTime_TimeUnchecked() function (#118552)
Victor Stinner committed
March 16, 2024
D
gh-112536: Add TSAN builds on Github Actions (#116872)
Donghee Na committed
February 21, 2024
V
gh-110850: Cleanup PyTime API: PyTime_t are nanoseconds (#115753)
Victor Stinner committed
V
gh-110850: Replace private _PyTime_MAX with public PyTime_MAX (#115751)
Victor Stinner committed
February 20, 2024
V
gh-110850: Rename internal PyTime C API functions (#115734)
Victor Stinner committed
V
gh-110850: Cleanup pycore_time.h includes (#115724)
Victor Stinner committed
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 9, 2023
S
gh-81925: Implement native thread ids for kFreeBSD (#111761)
Samuel Thibault committed
November 4, 2023
A
GH-110829: Ensure Thread.join() joins the OS thread (#110848)
Antoine Pitrou committed
October 17, 2023
D
gh-109693: Remove pycore_atomic.h (gh-110992)
Donghee Na committed
October 16, 2023
D
gh-109693: Update _gil_runtime_state.locked to use pyatomic.h (gh-110836)
Donghee Na committed
September 30, 2023
V
gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)
Victor Stinner committed
June 22, 2023
Y
gh-101538: Add experimental wasi-threads build (#101537)
YAMAMOTO Takashi 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
July 27, 2022
C
gh-95174: Add pthread stubs for WASI (GH-95234)
Christian Heimes committed
June 21, 2022
V
gh-74953: _PyThread_cond_after() uses _PyTime_t (#94056)
Victor Stinner committed
June 19, 2022
V
gh-74953: Reformat PyThread_acquire_lock_timed() (#93947)
Victor Stinner committed
June 17, 2022
V
gh-74953: Fix PyThread_acquire_lock_timed() code recomputing the timeout (#93941)
Victor Stinner committed
V
gh-74953: Add _PyTime_FromMicrosecondsClamp() function (#93942)
Victor Stinner committed
May 18, 2022
D
bpo-42047: Add native thread ID for DragonFlyBSD (#22714)
David CARLIER committed
May 9, 2022
G
gh-88750: Remove the PYTHONTHREADDEBUG env var support. (#92509)
Gregory P. Smith committed
December 7, 2021
E
bpo-46008: Move thread-related interpreter state into a sub-struct. (gh-29971)
Eric Snow committed
October 1, 2021
V
bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
Victor Stinner committed
V
bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28662)
Victor Stinner committed
September 30, 2021
V
bpo-41710: PyThread_acquire_lock_timed() clamps the timout (GH-28643)
Victor Stinner committed
V
bpo-41710: Add _PyTime_AsTimespec_clamp() (GH-28629)
Victor Stinner committed
September 3, 2021
Ł
bpo-34602: Quadruple stack size on macOS when compiling with UBSAN (GH-27309)
Łukasz Langa committed
December 9, 2020
P
bpo-31904: Define THREAD_STACK_SIZE for VxWorks (GH-23718)
pxinwr committed
July 15, 2020
B
Fix -Wstrict-prototypes warning in thread_pthread.h. (GH-21477)
Benjamin Peterson committed
April 14, 2020
V
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner committed
V
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
Victor Stinner committed
April 7, 2020
V
bpo-40089: Add _at_fork_reinit() method to locks (GH-19195)
Victor Stinner committed
March 25, 2020
A
Use calloc-based functions, not malloc. (GH-19152)
Andy Lester committed
December 8, 2019
September 10, 2019
B
bpo-38068: Clean up gettimeofday configure logic. (GH-15775)
Benjamin Peterson committed
August 3, 2019
M
bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit test (GH-15081)
Michael Felt committed
August 1, 2019
R
bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748)
Ronald Oussoren committed
June 13, 2019
M
bpo-37077: Add native thread ID (TID) for AIX (GH-13624)
Michael Felt committed
June 12, 2019
D
bpo-37160: Thread native ID NetBSD support (GH-13835)
David Carlier committed
June 3, 2019
D
bpo-37087: Adding native ID support for OpenBSD (GH-13654)
David Carlier committed
May 22, 2019
J
bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463)
Jake Tesler committed
May 21, 2019
V
Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)" (GH-13458)
Victor Stinner committed
May 12, 2019
J
bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)
Jake Tesler committed
May 6, 2019
Z
bpo-36594: Fix incorrect use of %p in format strings (GH-12769)
Zackery Spytz committed
May 4, 2019
V
bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068)
Victor Stinner committed
February 20, 2019
I
bpo-12822: use monotonic clock for condvar if possible (GH-11723)
Inada Naoki committed
November 30, 2018
S
bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008)
Siddhesh Poyarekar committed