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_runtime.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-131238: Use pycore_interp_structs.h header (#131481)
Victor Stinner
2025-03-19
1
-1/+2
*
GH-131238: Core header refactor (GH-131250)
Mark Shannon
2025-03-17
1
-194/+2
*
gh-130421: Fix data race on timebase initialization (gh-130592)
Sam Gross
2025-02-27
1
-0/+2
*
gh-128627: Emscripten: Use wasm-gc based call adaptor if available (#128628)
Hood Chatham
2025-01-12
1
-1/+1
*
gh-127117: Ensure the Correct Last Fields of PyInterpreterState and of _PyRun...
Eric Snow
2024-11-22
1
-7/+8
*
gh-76785: Improved Subinterpreters Compatibility with 3.12 (1/2) (gh-126704)
Eric Snow
2024-11-11
1
-2/+2
*
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow
2024-10-18
1
-178/+19
*
Add debug offsets for free threaded builds (#123041)
Pablo Galindo Salgado
2024-08-15
1
-1/+50
*
gh-106597: Remove unnecessary CFrame offsets (#121369)
Gabriele N. Tornetta
2024-07-04
1
-7/+0
*
gh-106597: Add more offsets to _Py_DebugOffsets (#121311)
Gabriele N. Tornetta
2024-07-03
1
-0/+10
*
gh-115773: Add sizes to debug offset structure (#120112)
Pablo Galindo Salgado
2024-07-02
1
-0/+10
*
gh-93502: Add new C-API functions to trace object creation and destruction (#...
Pablo Galindo Salgado
2024-05-02
1
-0/+7
*
gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)
Pablo Galindo Salgado
2024-02-28
1
-35/+42
*
gh-112175: Add `eval_breaker` to `PyThreadState` (#115194)
Brett Simmers
2024-02-20
1
-0/+3
*
Fix comment in pycore_runtime.h (GH-110540)
He Weidong
2024-02-01
1
-1/+1
*
gh-111964: Implement stop-the-world pauses (gh-112471)
Sam Gross
2024-01-23
1
-0/+7
*
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
Sam Gross
2023-12-07
1
-2/+2
*
gh-112567: Add _Py_GetTicksPerSecond() function (#112587)
Victor Stinner
2023-12-01
1
-2/+0
*
gh-111956: Add thread-safe one-time initialization. (gh-111960)
Sam Gross
2023-11-16
1
-1/+0
*
gh-76785: Crossinterp utils additions (gh-111530)
Eric Snow
2023-11-01
1
-2/+2
*
gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)
Eric Snow
2023-10-30
1
-0/+1
*
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel
2023-10-26
1
-1/+1
*
gh-109693: Update pyruntimestate._finalizing to use pyatomic.h (gh-110837)
Donghee Na
2023-10-13
1
-4/+3
*
gh-110310: Add a Per-Interpreter XID Registry for Heap Types (gh-110311)
Eric Snow
2023-10-04
1
-4/+1
*
gh-109793: Allow Switching Interpreters During Finalization (gh-109794)
Eric Snow
2023-09-27
1
-0/+16
*
gh-106213: Make Emscripten trampolines work with JSPI (GH-106219)
Hood Chatham
2023-09-15
1
-0/+7
*
gh-107211: No longer export internal functions (7) (#108425)
Victor Stinner
2023-08-24
1
-0/+3
*
gh-108216: Cleanup #include in internal header files (#108228)
Victor Stinner
2023-08-21
1
-7/+6
*
GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor...
Mark Shannon
2023-08-17
1
-1/+1
*
gh-106931: Intern Statically Allocated Strings Globally (gh-107272)
Eric Snow
2023-07-27
1
-0/+1
*
gh-107211: No longer export internal functions (2) (#107214)
Victor Stinner
2023-07-25
1
-4/+4
*
gh-106597: Add debugging struct with offsets for out-of-process tools (#106598)
Pablo Galindo Salgado
2023-07-11
1
-0/+89
*
gh-106140: Reorder some fields to facilitate out-of-process inspection (#106143)
Pablo Galindo Salgado
2023-06-27
1
-8/+14
*
gh-100227: Lock Around Adding Global Audit Hooks (gh-105515)
Eric Snow
2023-06-08
1
-1/+4
*
Revert "Move observability-relevant structure fields to the top" (#105512)
Pablo Galindo Salgado
2023-06-08
1
-12/+8
*
Move observability-relevant structure fields to the top (#105271)
Gabriele N. Tornetta
2023-06-08
1
-8/+12
*
gh-99113: A Per-Interpreter GIL! (gh-104210)
Eric Snow
2023-05-08
1
-2/+0
*
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow
2023-04-24
1
-2/+1
*
gh-95795: Move types.next_version_tag to PyInterpreterState (gh-102343)
Eric Snow
2023-04-24
1
-7/+2
*
gh-103323: Get the "Current" Thread State from a Thread-Local Variable (gh-10...
Eric Snow
2023-04-24
1
-3/+0
*
gh-101659: Add _Py_AtExit() (gh-103298)
Eric Snow
2023-04-06
1
-3/+2
*
gh-100227: Move the Dict of Interned Strings to PyInterpreterState (gh-102339)
Eric Snow
2023-03-28
1
-1/+0
*
gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543)
Eric Snow
2023-03-20
1
-0/+2
*
gh-100227: Move dict_state.global_version to PyInterpreterState (gh-102338)
Eric Snow
2023-03-09
1
-2/+0
*
gh-100227: Move func_state.next_version to PyInterpreterState (gh-102334)
Eric Snow
2023-03-08
1
-2/+0
*
gh-100227: Move the dtoa State to PyInterpreterState (gh-102331)
Eric Snow
2023-02-28
1
-2/+0
*
gh-59956: Allow the "Trashcan" Mechanism to Work Without a Thread State (gh-1...
Eric Snow
2023-01-23
1
-0/+3
*
gh-59956: Clarify GILState-related Code (gh-101161)
Eric Snow
2023-01-19
1
-4/+6
*
gh-90111: Minor Cleanup for Runtime-Global Objects (gh-100254)
Eric Snow
2022-12-14
1
-1/+1
*
gh-81057: Move Signal-Related Globals to _PyRuntimeState (gh-100085)
Eric Snow
2022-12-12
1
-5/+2
[next]