COMMITS
/ Python/thread_pthread.h 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
November 1, 2018
V
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner committed
January 22, 2018
V
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Victor Stinner committed
November 8, 2017
V
Replace KB unit with KiB (#4293)
Victor Stinner committed
October 24, 2017
V
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
Victor Stinner committed
October 6, 2017
M
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto committed
September 29, 2017
B
remove support for BSD/OS (closes bpo-31624) (#3812)
Benjamin Peterson committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
September 6, 2017
E
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow committed
E
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow committed
July 3, 2017
M
bpo-30832: Remove own implementation for thread-local storage (#2537)
Masayuki Yamamoto committed
June 26, 2017
A
bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (#2403)
Antoine Pitrou committed
March 23, 2017
S
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka committed
March 21, 2017
D
bpo-29859: Fix error messages from return codes for pthread_* calls (GH-741)
Daniel Birnstiel committed
August 17, 2014
V
Issue #22206: Using pthread, PyThread_create_key() now sets errno to ENOMEM and
Victor Stinner committed
December 13, 2013
V
Issue #19787: PyThread_set_key_value() now always set the value
Victor Stinner committed
V
Backout changeset 46393019b650
Victor Stinner committed
V
Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3,
Victor Stinner committed
July 7, 2013
V
Issue #18203: Replace malloc() with PyMem_RawMalloc() to allocate thread locks
Victor Stinner committed