Commits
User selector
Commit History
Commits on Feb 11, 2022
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Show description for 2049469andauthored
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204authored
Commits on Feb 7, 2022
bpo-39277: Fix PY_TIMEOUT_MAX cast in _threadmodule.c (GH-31195)
Show description for d3e53bcauthored
Commits on Jan 21, 2022
bpo-46417: _thread uses PyStructSequence_NewType() (GH-30733)
Show description for f389b37authored
Commits on Dec 8, 2021
bpo-46008: Stop calling _PyThreadState_Init() in new_threadstate(). (gh-29973)
Show description for 1f384e3authored
Commits on Dec 7, 2021
bpo-46008: Move thread-related interpreter state into a sub-struct. (gh-29971)
Show description for 313f92aauthored
Commits on Oct 13, 2021
pycore_pystate.h no longer redefines PyThreadState_GET() (GH-28921)
Show description for 7cdc2a0authored
Commits on Oct 7, 2021
Commits on Oct 1, 2021
bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
Show description for 833fdf1authored
Commits on Sep 30, 2021
bpo-41710: PyThread_acquire_lock_timed() clamps the timout (GH-28643)
Show description for 37b8294authored
Commits on Jun 21, 2021
bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758)
Show description for 45a78f9authored
Commits on Jun 17, 2021
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Show description for 00710e6authored
Erlend Egeberg Aasland
Commits on Jun 15, 2021
bpo-42972: _thread.RLock implements the GH protocol (GH-26734)
Show description for 1cd3d85authored
Commits on May 26, 2021
Commits on Apr 30, 2021
bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)
Show description for 9746cdaauthored
Erlend Egeberg Aasland
Commits on Apr 21, 2021
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Show description for cdad272authored
Commits on Mar 11, 2021
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Show description for ba251c2authored
Commits on Feb 19, 2021
bpo-43268: local_clear() uses _PyInterpreterState_GET() (GH-24583)
Show description for 839184fauthored
Commits on Dec 18, 2020
bpo-1635741: Port _thread to multiphase init (GH-23811)
Show description for 6104013authored
Commits on Dec 16, 2020
bpo-1635741: Refactor _threadmodule.c (GH-23793)
Show description for 8203c73authored
Commits on Dec 1, 2020
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Show description for 32bd68cauthoredbpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Show description for 00d7abdauthored
Commits on Oct 26, 2020
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648)
Show description for fb5db7eauthored
Commits on May 1, 2020
bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)
Show description for 252346aauthored
Commits on Apr 15, 2020
bpo-40268: Remove unused structmember.h includes (GH-19530)
Show description for 4a21e57authoredbpo-40268: Remove explicit pythread.h includes (#19529)
Show description for 62183b8authored
Commits on Apr 14, 2020
- authored
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Show description for 81a7be3authoredbpo-40268: Include explicitly pycore_interp.h (GH-19505)
Show description for 4a3fe08authored
Commits on Apr 12, 2020
bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)" (GH-19456)
Show description for 14d5331authored
Commits on Apr 7, 2020
bpo-40089: Add _at_fork_reinit() method to locks (GH-19195)
Show description for 87255beauthored
Commits on Mar 18, 2020
- authored
bpo-39984: _PyThreadState_DeleteCurrent() takes tstate (GH-19051)
Show description for 23ef89dauthored
Commits on Mar 13, 2020
bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)
Show description for ff4584cauthored
Commits on Mar 9, 2020
bpo-39877: Remove useless PyEval_InitThreads() calls (GH-18883)
Show description for 3225b9fauthored