index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
/
internal
/
pycore_interp_structs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-140638: Add a GC "candidates" stat (GH-141814)
Brandt Bucher
2025-11-22
1
-0/+4
*
GH-140638: Add a GC "duration" stat (GH-141720)
Brandt Bucher
2025-11-19
1
-0/+4
*
GH-140643: Add `<native>` and `<GC>` frames to the sampling profiler (#141108)
Brandt Bucher
2025-11-17
1
-0/+3
*
gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)
Ken Jin
2025-11-13
1
-3/+1
*
gh-131253: free-threaded build support for pystats (gh-137189)
Neil Schemenauer
2025-11-03
1
-1/+13
*
gh-138050: [WIP] JIT - Streamline MAKE_WARM - move coldness check to executor...
alm
2025-10-27
1
-1/+1
*
gh-140067: Fix memory leak in sub-interpreter creation (#140111) (#140261)
Kumar Aditya
2025-10-18
1
-6/+0
*
Revert "gh-140067: Fix memory leak in sub-interpreter creation (#140111)" (#...
Peter Bierma
2025-10-15
1
-0/+6
*
gh-140067: Fix memory leak in sub-interpreter creation (#140111)
Shamil
2025-10-14
1
-6/+0
*
gh-132042: Remove resolve_slotdups() to speedup class creation (#132156)
Sergey Miryanov
2025-10-03
1
-5/+0
*
GH-138355: Remove trash_delete_later from _gc_runtime_state (#138767)
Sergey Miryanov
2025-09-17
1
-6/+0
*
gh-137838: Move _PyUOpInstruction buffer to PyInterpreterState (gh-138918)
Donghee Na
2025-09-17
1
-0/+3
*
GH-137959: Replace shim code in jitted code with a single trampoline function...
Mark Shannon
2025-08-21
1
-0/+1
*
gh-135228: Create __dict__ and __weakref__ descriptors for object (GH-136966)
Petr Viktorin
2025-08-18
1
-0/+7
*
gh-137400: Fix thread-safety issues when profiling all threads (gh-137518)
Sam Gross
2025-08-13
1
-3/+2
*
gh-137291: Support perf profiler with an evaluation hook (#137292)
Dino Viehland
2025-08-07
1
-0/+1
*
GH-136410: Faster side exits by using a cold exit stub (GH-136411)
Mark Shannon
2025-08-01
1
-0/+1
*
gh-135906: Test the internal C API in test_cext (#136247)
Victor Stinner
2025-07-11
1
-2/+0
*
gh-136541: Fix several problems of perf trampolines in x86_64 and aarch64 (#1...
Pablo Galindo Salgado
2025-07-11
1
-0/+1
*
gh-127545: Add _Py_ALIGNED_DEF(N, T) and use it for PyObject (GH-135209)
Petr Viktorin
2025-06-11
1
-1/+2
*
gh-127266: avoid data races when updating type slots (gh-133177)
Neil Schemenauer
2025-05-28
1
-0/+3
*
gh-91048: Refactor and optimize remote debugging module (#134652)
Pablo Galindo Salgado
2025-05-25
1
-0/+6
*
gh-132917: Use RSS + swap for estimate of process memory usage (gh-133464)
Neil Schemenauer
2025-05-05
1
-3/+3
*
gh-132917: Check resident set size (RSS) before GC trigger. (gh-133399)
Neil Schemenauer
2025-05-05
1
-0/+10
*
GH-133231: Changes to executor management to support proposed `sys._jit` modu...
Mark Shannon
2025-05-04
1
-0/+2
*
Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-1...
Neil Schemenauer
2025-04-29
1
-3/+0
*
gh-127266: avoid data races when updating type slots (gh-131174)
Neil Schemenauer
2025-04-28
1
-0/+3
*
gh-132776: Revert Moving memoryview XIData Code to memoryobject.c (gh-132960)
Eric Snow
2025-04-25
1
-3/+1
*
gh-132776: Cleanup for XIBufferViewType (gh-132821)
Eric Snow
2025-04-25
1
-1/+3
*
gh-127117: ensure that `_initial_thread` is the last field of `PyInterpreterS...
Bénédikt Tran
2025-04-20
1
-6/+6
*
gh-132399: ensure correct alignment of `PyInterpreterState` (#132428)
Bénédikt Tran
2025-04-19
1
-0/+6
*
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer
2025-04-09
1
-0/+1
*
gh-131738: optimize builtin any/all/tuple calls with a generator expression a...
Irit Katriel
2025-03-28
1
-0/+2
*
gh-131238: Move pycore_obmalloc.h include to pycore_runtime_structs.h (#131482)
Victor Stinner
2025-03-19
1
-19/+10
*
gh-131238: Remove pycore_runtime.h from pycore_pystate.h (#131356)
Victor Stinner
2025-03-19
1
-9/+3
*
gh-130931: Add pycore_typedefs.h internal header (#131396)
Victor Stinner
2025-03-19
1
-4/+5
*
GH-131238: Core header refactor (GH-131250)
Mark Shannon
2025-03-17
1
-0/+967