aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Include/internal/pycore_runtime_init.h
Commit message (Expand)AuthorAge
* gh-131525: Cache the result of tuple_hash (#131529)Michael Droettboom2025-03-27
* gh-131238: Remove more includes from pycore_interp.h (#131480)Victor Stinner2025-03-19
* gh-131238: Remove many includes from pycore_interp.h (#131472)Victor Stinner2025-03-19
* GH-131238: Core header refactor (GH-131250)Mark Shannon2025-03-17
* gh-124878: Fix race conditions during interpreter finalization (#130649)Sam Gross2025-03-06
* GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...Mark Shannon2024-12-02
* gh-126914: Store the Preallocated Thread State's Pointer in a PyInterpreterSt...Eric Snow2024-11-19
* Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle c...Hugo van Kemenade2024-11-19
* GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...Mark Shannon2024-11-18
* GH-126547: Pre-assign version numbers for a few common classes (GH-126551)Mark Shannon2024-11-08
* gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)Eric Snow2024-11-07
* gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)Eric Snow2024-10-18
* gh-115999: Stop the world when invalidating function versions (#124997)mpage2024-10-08
* gh-123484: Fix the debug offsets for PyLongObject (#123485)Matt Wozniski2024-08-30
* Add debug offsets for free threaded builds (#123041)Pablo Galindo Salgado2024-08-15
* gh-106597: Add more offsets to _Py_DebugOffsets (#121311)Gabriele N. Tornetta2024-07-03
* gh-115773: Add sizes to debug offset structure (#120112)Pablo Galindo Salgado2024-07-02
* gh-93502: Add new C-API functions to trace object creation and destruction (#...Pablo Galindo Salgado2024-05-02
* gh-110693: Pending Calls Machinery Cleanups (gh-118296)Eric Snow2024-04-26
* gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)Eric Snow2024-04-10
* GH-108362: Incremental Cycle GC (GH-116206)Mark Shannon2024-03-20
* gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)Pablo Galindo Salgado2024-02-28
* gh-115103: Implement delayed free mechanism for free-threaded builds (#115367)Sam Gross2024-02-20
* gh-115103: Implement delayed memory reclamation (QSBR) (#115180)Sam Gross2024-02-16
* gh-115441: Fix missing braces warning (#115460)Sam Gross2024-02-14
* GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#11...Mark Shannon2024-02-07
* gh-115035: Mark ThreadHandles as non-joinable earlier after forking (#115042)Sam Gross2024-02-06
* GH-108362: Incremental GC implementation (GH-108038)Mark Shannon2024-02-05
* gh-113055: Use pointer for interp->obmalloc state (gh-113412)Neil Schemenauer2024-01-26
* gh-111964: Implement stop-the-world pauses (gh-112471)Sam Gross2024-01-23
* gh-112529: Track if debug allocator is used as underlying allocator (#113747)Sam Gross2024-01-16
* gh-112538: Add internal-only _PyThreadStateImpl "wrapper" for PyThreadState (...Sam Gross2023-12-07
* gh-76785: Crossinterp utils additions (gh-111530)Eric Snow2023-11-01
* gh-110481: Implement biased reference counting (gh-110764)Sam Gross2023-10-30
* gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)Irit Katriel2023-10-26
* gh-109894: Fix initialization of static `MemoryError` in subinterpreter (gh-1...Radislav Chugunov2023-10-23
* gh-109860: Use a New Thread State When Switching Interpreters, When Necessary...Eric Snow2023-10-03
* gh-108634: Py_TRACE_REFS uses a hash table (#108663)Victor Stinner2023-08-31
* gh-108216: Cleanup #include in internal header files (#108228)Victor Stinner2023-08-21
* GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor...Mark Shannon2023-08-17
* gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567)Eric Snow2023-08-03
* gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974)Eric Snow2023-07-28
* gh-106931: Intern Statically Allocated Strings Globally (gh-107272)Eric Snow2023-07-27
* gh-106597: Add debugging struct with offsets for out-of-process tools (#106598)Pablo Galindo Salgado2023-07-11
* gh-100227: Lock Around Modification of the Global Allocators State (gh-105516)Eric Snow2023-06-08
* gh-104252: Immortalize Py_EMPTY_KEYS (gh-104253)Eric Snow2023-05-10
* gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)Eric Snow2023-04-24
* gh-95795: Move types.next_version_tag to PyInterpreterState (gh-102343)Eric Snow2023-04-24
* gh-84436: Implement Immortal Objects (gh-19474)Eddie Elizondo2023-04-22
* gh-100227: Make the Global PyModuleDef Cache Safe for Isolated Interpreters (...Eric Snow2023-03-29