summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_runtime_structs.h
Commit message (Expand)AuthorAgeFilesLines
* gh-122581: Use parser mutex in default build for subinterpreters (gh-142959)Sam Gross2025-12-201-2/+0
* gh-133059: Increase the small positive integer cache to 1024 (GH-133160)dgpb2025-09-241-1/+1
* gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emscripten ...Hood Chatham2025-09-171-6/+0
* gh-131185: Use a proper thread-local for cached thread states (gh-132510)Peter Bierma2025-05-211-3/+0
* gh-131238: Add pycore_interpframe_structs.h header (#131553)Victor Stinner2025-03-211-0/+1
* gh-131238: Move pycore_obmalloc.h include to pycore_runtime_structs.h (#131482)Victor Stinner2025-03-191-13/+11
* gh-130931: Add pycore_typedefs.h internal header (#131396)Victor Stinner2025-03-191-2/+2
* GH-131238: Core header refactor (GH-131250)Mark Shannon2025-03-171-0/+317