COMMITS
/ Modules/_threadmodule.c 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
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 12, 2020
V
April 7, 2020
V
bpo-40089: Add _at_fork_reinit() method to locks (GH-19195)
Victor Stinner committed
March 18, 2020
P
Remove unused variable to fix compiler warning in _threadmodule.c (GH-19064)
Pablo Galindo committed
V
bpo-39984: _PyThreadState_DeleteCurrent() takes tstate (GH-19051)
Victor Stinner committed
March 13, 2020
V
bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)
Victor Stinner committed
March 9, 2020
V
bpo-39877: Remove useless PyEval_InitThreads() calls (GH-18883)
Victor Stinner committed
March 6, 2020
A
bpo-39573: Use Py_IS_TYPE() macro to check for types (GH-18809)
Andy Lester committed
March 4, 2020
A
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester committed
November 20, 2019
V
bpo-38858: Add _Py_IsMainInterpreter(tstate) (GH-17293)
Victor Stinner committed
V
bpo-36710: Add PyInterpreterState.runtime field (GH-17270)
Victor Stinner committed
September 5, 2019
J
bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315)
Joannah Nanjekye committed
September 1, 2019
S
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)
Serhiy Storchaka committed
July 8, 2019
J
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer committed
June 14, 2019
V
bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)
Victor Stinner committed
June 4, 2019
V
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
Victor Stinner committed
June 1, 2019
E
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
Eric Snow committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 29, 2019
V
bpo-37076: _thread.start_new_thread() calls _PyErr_WriteUnraisableMsg() (GH-13617)
Victor Stinner committed
May 27, 2019
V
bpo-1230540: Add threading.excepthook() (GH-13515)
Victor Stinner 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
April 24, 2019
V
bpo-36710: Add runtime parameter to _PyThreadState_Init() (GH-12935)
Victor Stinner committed
February 25, 2019
S
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka committed
December 11, 2018
S
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
Serhiy Storchaka committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
November 22, 2018
V
bpo-35059: Cast void* to PyObject* (GH-10650)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
September 10, 2018
P
Fix misleading mentions of tp_size in comments (GH-9093)
Peter Eisentraut committed
August 3, 2018
V
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
February 2, 2018
O
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk committed
January 16, 2018
I
bpo-32544: Speed up hasattr() and getattr() (GH-5173)
INADA Naoki committed
November 30, 2017
V
Fix CID-1420310: cast PY_TIMEOUT_MAX to _Py_time_t (#4646)
Victor Stinner committed