summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_interp_structs.h
Commit message (Expand)AuthorAgeFilesLines
* 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