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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-22/+1
*
GH-109369: Add machinery for deoptimizing tier2 executors, both individually ...
Mark Shannon
2023-10-23
1
-0/+1
*
gh-110805: Allow the repl to show source code and complete tracebacks (#110775)
Pablo Galindo Salgado
2023-10-13
1
-0/+1
*
gh-109693: Update pycore_interp.h to use pyatomic.h (#110604)
Donghee Na
2023-10-10
1
-4/+3
*
gh-76785: Add SendChannel.send_buffer() (#110246)
Eric Snow
2023-10-09
1
-1/+2
*
gh-110310: Add a Per-Interpreter XID Registry for Heap Types (gh-110311)
Eric Snow
2023-10-04
1
-15/+29
*
GH-109369: Merge all eval-breaker flags and monitoring version into one word....
Mark Shannon
2023-10-04
1
-2/+1
*
gh-105716: Support Background Threads in Subinterpreters Consistently (gh-109...
Eric Snow
2023-10-02
1
-0/+2
*
gh-109793: Allow Switching Interpreters During Finalization (gh-109794)
Eric Snow
2023-09-27
1
-0/+16
*
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
Mark Shannon
2023-09-08
1
-0/+1
*
GH-108390: Prevent non-local events being set with `sys.monitoring.set_local_...
Mark Shannon
2023-09-05
1
-1/+1
*
gh-108634: PyInterpreterState_New() no longer calls Py_FatalError() (#108748)
Victor Stinner
2023-09-01
1
-0/+4
*
gh-107211: No longer export internal functions (6) (#108424)
Victor Stinner
2023-08-24
1
-31/+31
*
gh-108216: Cleanup #include in internal header files (#108228)
Victor Stinner
2023-08-21
1
-6/+6
*
GH-104580: Put `eval_breaker` back at the start of the interpreter state. (GH...
Mark Shannon
2023-07-28
1
-2/+5
*
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)
Eric Snow
2023-07-27
1
-3/+0
*
gh-107211: No longer export internal functions (4) (#107217)
Victor Stinner
2023-07-25
1
-2/+7
*
gh-107211: No longer export internal functions (1) (#107213)
Victor Stinner
2023-07-25
1
-4/+4
*
GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#107069)
Victor Stinner
2023-07-22
1
-2/+2
*
gh-106320: Remove _PyInterpreterState_HasFeature() (#106425)
Victor Stinner
2023-07-04
1
-0/+32
*
gh-106320: Remove private _PyInterpreterState functions (#106325)
Victor Stinner
2023-07-02
1
-0/+37
*
gh-106140: Reorder some more fields to facilitate out-of-process inspection (...
Pablo Galindo Salgado
2023-06-27
1
-7/+8
*
gh-106140: Reorder some fields to facilitate out-of-process inspection (#106143)
Pablo Galindo Salgado
2023-06-27
1
-33/+38
*
GH-100987: Allow objects other than code objects as the "executable" of an in...
Mark Shannon
2023-06-14
1
-1/+0
*
Revert "Move observability-relevant structure fields to the top" (#105512)
Pablo Galindo Salgado
2023-06-08
1
-42/+38
*
Move observability-relevant structure fields to the top (#105271)
Gabriele N. Tornetta
2023-06-08
1
-38/+42
*
GH-104584: Plugin optimizer API (GH-105100)
Mark Shannon
2023-06-02
1
-0/+3
*
GH-104580: Don't cache eval breaker in interpreter (GH-104581)
Mark Shannon
2023-05-18
1
-1/+1
*
gh-104341: Adjust tstate_must_exit() to Respect Interpreter Finalization (gh-...
Eric Snow
2023-05-15
1
-0/+18
*
gh-99113: A Per-Interpreter GIL! (gh-104210)
Eric Snow
2023-05-08
1
-0/+3
*
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow
2023-04-24
1
-1/+4
*
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...
Mark Shannon
2023-04-12
1
-1/+13
*
gh-101659: Add _Py_AtExit() (gh-103298)
Eric Snow
2023-04-06
1
-15/+2
*
gh-102304: Move the Total Refcount to PyInterpreterState (gh-102545)
Eric Snow
2023-03-21
1
-0/+2
*
gh-102660: Handle m_copy Specially for the sys and builtins Modules (gh-102661)
Eric Snow
2023-03-14
1
-0/+1
*
gh-100227: Move func_state.next_version to PyInterpreterState (gh-102334)
Eric Snow
2023-03-08
1
-0/+1
*
gh-100227: Move the dtoa State to PyInterpreterState (gh-102331)
Eric Snow
2023-02-28
1
-0/+2
*
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow
2023-02-15
1
-32/+3
*
GH-100000: Cleanup and polish various watchers code (GH-99998)
Itamar Ostricher
2022-12-14
1
-1/+0
*
gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083)
Eric Snow
2022-12-09
1
-31/+1
*
gh-99741: Fix the Cross-Interpreter Data API (gh-99939)
Eric Snow
2022-12-02
1
-2/+3
*
GH-91054: Add code object watchers API (GH-99859)
Itamar Ostricher
2022-12-02
1
-0/+3
*
gh-91053: Add an optional callback that is invoked whenever a function is mod...
mpage
2022-11-22
1
-0/+6
*
gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)
Eric Snow
2022-11-16
1
-3/+1
*
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Eric Snow
2022-11-16
1
-0/+1
*
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Eric Snow
2022-11-15
1
-0/+1
*
GH-99205: remove `_static` field from `PyThreadState` and `PyInterpreterState...
Kumar Aditya
2022-11-15
1
-3/+0
*
gh-81057: Add PyInterpreterState.static_objects (gh-99397)
Eric Snow
2022-11-11
1
-0/+4
*
gh-81057: Move the Extension Modules Cache to _PyRuntimeState (gh-99355)
Eric Snow
2022-11-11
1
-0/+19
[next]