COMMITS
/ Modules/_threadmodule.c May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
April 30, 2024
S
gh-118332: Fix deadlock involving stop the world (#118412)
Sam Gross committed
April 12, 2024
S
gh-117764: Add signatures and improve docstrings in the _thread module (GH-117772)
Serhiy Storchaka committed
March 19, 2024
S
gh-113964: Don't prevent new threads until all non-daemon threads exit (#116677)
Sam Gross committed
March 18, 2024
M
gh-116915: Make `_thread._ThreadHandle` support GC (#116934)
mpage committed
March 16, 2024
M
gh-114271: Fix race in `Thread.join()` (#114839)
mpage committed
March 7, 2024
S
gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438)
Serhiy Storchaka committed
March 6, 2024
March 1, 2024
February 21, 2024
V
gh-110850: Replace private _PyTime_MAX with public PyTime_MAX (#115751)
Victor Stinner committed
February 20, 2024
V
gh-110850: Use public PyTime functions (#115746)
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 16, 2024
February 14, 2024
V
gh-114570: Add PythonFinalizationError exception (#115352)
Victor Stinner committed
February 12, 2024
February 6, 2024
S
gh-115035: Mark ThreadHandles as non-joinable earlier after forking (#115042)
Sam Gross committed
January 25, 2024
N
gh-114315: Make `threading.Lock` a real class, not a factory function (#114479)
Nikita Sobolev committed
January 22, 2024
N
gh-114414: Assert PyType_GetModuleByDef result in _threadmodule (#114415)
Nikita Sobolev committed
November 27, 2023
S
gh-111789: Use PyDict_GetItemRef() in Modules/_threadmodule.c (gh-112077)
Serhiy Storchaka committed
November 14, 2023
V
gh-111262: Add PyDict_Pop() function (#112028)
Victor Stinner committed
November 4, 2023
A
GH-110829: Ensure Thread.join() joins the OS thread (#110848)
Antoine Pitrou committed
November 3, 2023
S
gh-108082: Remove _PyErr_WriteUnraisableMsg() (GH-111643)
Serhiy Storchaka committed
October 25, 2023
S
gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)
scoder 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
October 3, 2023
October 2, 2023
E
September 26, 2023
A
gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (#109629)
Antoine Pitrou committed
September 25, 2023
R
gh-109795: `_thread.start_new_thread`: allocate thread bootstate using raw memory allocator (#109808)
Radislav Chugunov committed
September 23, 2023
S
gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612)
Serhiy Storchaka committed
September 11, 2023
V
gh-108987: Fix _thread.start_new_thread() race condition (#109135)
Victor Stinner committed
September 8, 2023
V
gh-104690: thread_run() checks for tstate dangling pointer (#109056)
Victor Stinner committed
September 4, 2023
V
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Victor Stinner committed
August 24, 2023
V
gh-106320: Remove private _PySys functions (#108452)
Victor Stinner committed
V
gh-106320: Remove private _PyDict functions (#108449)
Victor Stinner committed
V
gh-106320: Remove private _PyEval function (#108433)
Victor Stinner committed
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
July 18, 2023
S
gh-86493: Fix possible leaks in some modules initialization (GH-106768)
Serhiy Storchaka committed
July 12, 2023
S
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka committed
July 1, 2023
V
gh-106320: Remove _PyInterpreterState_Get() alias (#106321)
Victor Stinner committed
June 21, 2023
V
gh-105927: _abc and _thread use PyWeakref_GetRef() (#105961)
Victor Stinner committed
June 13, 2023
E
gh-104812: Run Pending Calls in any Thread (gh-104813)
Eric Snow committed
June 4, 2023
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
April 24, 2023
A
gh-103712: Increase the length of the type name in AttributeError messages (#103713)
Alex Gaynor committed
January 30, 2023
E
gh-59956: Clarify Runtime State Status Expectations (gh-101308)
Eric Snow committed
January 19, 2023
E
gh-59956: Clarify GILState-related Code (gh-101161)
Eric Snow committed
January 15, 2023
K
GH-100892: consolidate `HEAD_LOCK/HEAD_UNLOCK` macros (#100953)
Kumar Aditya committed
January 11, 2023
K
GH-100892: Fix race in clearing `threading.local` (#100922)
Kumar Aditya committed