aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Include/internal/pycore_interp_structs.h
Commit message (Expand)AuthorAge
* Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-1...Neil Schemenauer46 hours
* gh-127266: avoid data races when updating type slots (gh-131174)Neil Schemenauer2 days
* gh-132776: Revert Moving memoryview XIData Code to memoryobject.c (gh-132960)Eric Snow5 days
* gh-132776: Cleanup for XIBufferViewType (gh-132821)Eric Snow6 days
* gh-127117: ensure that `_initial_thread` is the last field of `PyInterpreterS...Bénédikt Tran11 days
* gh-132399: ensure correct alignment of `PyInterpreterState` (#132428)Bénédikt Tran12 days
* gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)Neil Schemenauer2025-04-09
* gh-131738: optimize builtin any/all/tuple calls with a generator expression a...Irit Katriel2025-03-28
* gh-131238: Move pycore_obmalloc.h include to pycore_runtime_structs.h (#131482)Victor Stinner2025-03-19
* gh-131238: Remove pycore_runtime.h from pycore_pystate.h (#131356)Victor Stinner2025-03-19
* gh-130931: Add pycore_typedefs.h internal header (#131396)Victor Stinner2025-03-19
* GH-131238: Core header refactor (GH-131250)Mark Shannon2025-03-17