COMMITS
/ Modules/_threadmodule.c February 26, 2025
S
[3.12] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-130556) (GH-130576)
Serhiy Storchaka committed
November 28, 2024
M
[3.12] gh-127190: Fix local_setattro() error handling (GH-127366) (#127368)
Miss Islington (bot) committed
November 22, 2024
March 19, 2024
November 28, 2023
October 4, 2023
V
[3.12] gh-108987: Fix _thread.start_new_thread() race condition (#109135) (#110342)
Victor Stinner committed
October 2, 2023
M
[3.12] gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (GH-109629) (#109898)
Miss Islington (bot) committed
V
[3.12] gh-104690: thread_run() checks for tstate dangling pointer (#109056) (#109133)
Victor Stinner committed
July 18, 2023
S
[3.12] gh-86493: Fix possible leaks in some modules initialization (GH-106768) (GH-106855)
Serhiy Storchaka committed
June 14, 2023
E
[3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)
Eric Snow committed
June 4, 2023
M
[3.12] gh-104690 Disallow thread creation and fork at interpreter finalization (GH-104826) (#105277)
Miss Islington (bot) committed
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
December 3, 2022
S
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka committed
November 16, 2022
S
gh-99377: Add audit events for thread creation and clear (GH-99378)
Steve Dower committed
October 31, 2022
E
gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618)
Eric Snow committed
October 26, 2022
E
July 27, 2022
P
gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during deallocation in debug mode (#95325)
Pablo Galindo Salgado committed
May 3, 2022
V
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner committed
February 11, 2022
P
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin committed
February 8, 2022
February 7, 2022
V
bpo-39277: Fix PY_TIMEOUT_MAX cast in _threadmodule.c (GH-31195)
Victor Stinner committed
January 21, 2022
V
bpo-46417: _thread uses PyStructSequence_NewType() (GH-30733)
Victor Stinner committed
December 8, 2021
E
bpo-46008: Stop calling _PyThreadState_Init() in new_threadstate(). (gh-29973)
Eric Snow committed
December 7, 2021
E
bpo-46008: Move thread-related interpreter state into a sub-struct. (gh-29971)
Eric Snow committed
October 13, 2021
V
pycore_pystate.h no longer redefines PyThreadState_GET() (GH-28921)
Victor Stinner committed
October 7, 2021
C
Fix typos in the Modules directory (GH-28761)
Christian Clauss committed
October 1, 2021
V
bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
Victor Stinner committed
September 30, 2021
V
bpo-41710: PyThread_acquire_lock_timed() clamps the timout (GH-28643)
Victor Stinner committed
June 21, 2021
V
bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758)
Victor Stinner committed
June 17, 2021
E
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland committed
June 15, 2021
V
bpo-42972: _thread.RLock implements the GH protocol (GH-26734)
Victor Stinner committed
May 26, 2021
G
bpo-43879: Add native_thread_id field to PyThreadState (GH-25458)
Gabriele N. Tornetta committed
April 30, 2021
E
bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)
Erlend Egeberg Aasland committed
April 21, 2021
V
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Victor Stinner committed
March 11, 2021
A
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Antoine Pitrou committed
February 19, 2021
V
bpo-43268: local_clear() uses _PyInterpreterState_GET() (GH-24583)
Victor Stinner committed
December 18, 2020
V
bpo-1635741: Port _thread to multiphase init (GH-23811)
Victor Stinner committed
December 16, 2020
V
bpo-1635741: Refactor _threadmodule.c (GH-23793)
Victor Stinner committed
December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
October 26, 2020
S
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648)
Serhiy Storchaka committed
May 1, 2020
V
bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)
Victor Stinner committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed