COMMITS
/ Python/thread_pthread.h 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
June 18, 2013
A
Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.
Antoine Pitrou committed
December 2, 2012
C
Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h
Christian Heimes committed
C
Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h
Christian Heimes committed
June 5, 2012
K
Signal condition variables with the mutex held. Destroy condition variables
Kristján Valur Jónsson committed
March 13, 2012
N
Issue #14184: merge
Ned Deily committed
N
Issue #14184: Increase the default stack size for secondary threads on
Ned Deily committed
July 4, 2011
V
Issue #12469: partial revert of 024827a9db64, freebsd6 thread initialization
Victor Stinner committed
June 24, 2011
V
Issue #12392: fix thread initialization on FreeBSD 6
Victor Stinner committed
May 28, 2011
N
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily committed
N
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily committed
N
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily committed
May 4, 2011
A
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Antoine Pitrou committed