summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_interp_structs.h
Commit message (Expand)AuthorAgeFilesLines
* GH-140638: Add a GC "candidates" stat (GH-141814)Brandt Bucher2025-11-221-0/+4
* GH-140638: Add a GC "duration" stat (GH-141720)Brandt Bucher2025-11-191-0/+4
* GH-140643: Add `<native>` and `<GC>` frames to the sampling profiler (#141108)Brandt Bucher2025-11-171-0/+3
* gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)Ken Jin2025-11-131-3/+1
* gh-131253: free-threaded build support for pystats (gh-137189)Neil Schemenauer2025-11-031-1/+13
* gh-138050: [WIP] JIT - Streamline MAKE_WARM - move coldness check to executor...alm2025-10-271-1/+1
* gh-140067: Fix memory leak in sub-interpreter creation (#140111) (#140261)Kumar Aditya2025-10-181-6/+0
* Revert "gh-140067: Fix memory leak in sub-interpreter creation (#140111)" (#...Peter Bierma2025-10-151-0/+6
* gh-140067: Fix memory leak in sub-interpreter creation (#140111)Shamil2025-10-141-6/+0
* gh-132042: Remove resolve_slotdups() to speedup class creation (#132156)Sergey Miryanov2025-10-031-5/+0
* GH-138355: Remove trash_delete_later from _gc_runtime_state (#138767)Sergey Miryanov2025-09-171-6/+0
* gh-137838: Move _PyUOpInstruction buffer to PyInterpreterState (gh-138918)Donghee Na2025-09-171-0/+3
* GH-137959: Replace shim code in jitted code with a single trampoline function...Mark Shannon2025-08-211-0/+1
* gh-135228: Create __dict__ and __weakref__ descriptors for object (GH-136966)Petr Viktorin2025-08-181-0/+7
* gh-137400: Fix thread-safety issues when profiling all threads (gh-137518)Sam Gross2025-08-131-3/+2
* gh-137291: Support perf profiler with an evaluation hook (#137292)Dino Viehland2025-08-071-0/+1
* GH-136410: Faster side exits by using a cold exit stub (GH-136411)Mark Shannon2025-08-011-0/+1
* gh-135906: Test the internal C API in test_cext (#136247)Victor Stinner2025-07-111-2/+0
* gh-136541: Fix several problems of perf trampolines in x86_64 and aarch64 (#1...Pablo Galindo Salgado2025-07-111-0/+1
* gh-127545: Add _Py_ALIGNED_DEF(N, T) and use it for PyObject (GH-135209)Petr Viktorin2025-06-111-1/+2
* gh-127266: avoid data races when updating type slots (gh-133177)Neil Schemenauer2025-05-281-0/+3
* gh-91048: Refactor and optimize remote debugging module (#134652)Pablo Galindo Salgado2025-05-251-0/+6
* gh-132917: Use RSS + swap for estimate of process memory usage (gh-133464)Neil Schemenauer2025-05-051-3/+3
* gh-132917: Check resident set size (RSS) before GC trigger. (gh-133399)Neil Schemenauer2025-05-051-0/+10
* GH-133231: Changes to executor management to support proposed `sys._jit` modu...Mark Shannon2025-05-041-0/+2
* Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-1...Neil Schemenauer2025-04-291-3/+0
* gh-127266: avoid data races when updating type slots (gh-131174)Neil Schemenauer2025-04-281-0/+3
* gh-132776: Revert Moving memoryview XIData Code to memoryobject.c (gh-132960)Eric Snow2025-04-251-3/+1
* gh-132776: Cleanup for XIBufferViewType (gh-132821)Eric Snow2025-04-251-1/+3
* gh-127117: ensure that `_initial_thread` is the last field of `PyInterpreterS...Bénédikt Tran2025-04-201-6/+6
* gh-132399: ensure correct alignment of `PyInterpreterState` (#132428)Bénédikt Tran2025-04-191-0/+6
* gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)Neil Schemenauer2025-04-091-0/+1
* gh-131738: optimize builtin any/all/tuple calls with a generator expression a...Irit Katriel2025-03-281-0/+2
* gh-131238: Move pycore_obmalloc.h include to pycore_runtime_structs.h (#131482)Victor Stinner2025-03-191-19/+10
* gh-131238: Remove pycore_runtime.h from pycore_pystate.h (#131356)Victor Stinner2025-03-191-9/+3
* gh-130931: Add pycore_typedefs.h internal header (#131396)Victor Stinner2025-03-191-4/+5
* GH-131238: Core header refactor (GH-131250)Mark Shannon2025-03-171-0/+967