summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_interp.h
Commit message (Expand)AuthorAgeFilesLines
* GH-108716: Turn off deep-freezing of code objects. (GH-108722)Mark Shannon2023-09-081-0/+1
* GH-108390: Prevent non-local events being set with `sys.monitoring.set_local_...Mark Shannon2023-09-051-1/+1
* gh-108634: PyInterpreterState_New() no longer calls Py_FatalError() (#108748)Victor Stinner2023-09-011-0/+4
* gh-107211: No longer export internal functions (6) (#108424)Victor Stinner2023-08-241-31/+31
* gh-108216: Cleanup #include in internal header files (#108228)Victor Stinner2023-08-211-6/+6
* GH-104580: Put `eval_breaker` back at the start of the interpreter state. (GH...Mark Shannon2023-07-281-2/+5
* gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)Eric Snow2023-07-271-3/+0
* gh-107211: No longer export internal functions (4) (#107217)Victor Stinner2023-07-251-2/+7
* gh-107211: No longer export internal functions (1) (#107213)Victor Stinner2023-07-251-4/+4
* GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#107069)Victor Stinner2023-07-221-2/+2
* gh-106320: Remove _PyInterpreterState_HasFeature() (#106425)Victor Stinner2023-07-041-0/+32
* gh-106320: Remove private _PyInterpreterState functions (#106325)Victor Stinner2023-07-021-0/+37
* gh-106140: Reorder some more fields to facilitate out-of-process inspection (...Pablo Galindo Salgado2023-06-271-7/+8
* gh-106140: Reorder some fields to facilitate out-of-process inspection (#106143)Pablo Galindo Salgado2023-06-271-33/+38
* GH-100987: Allow objects other than code objects as the "executable" of an in...Mark Shannon2023-06-141-1/+0
* Revert "Move observability-relevant structure fields to the top" (#105512)Pablo Galindo Salgado2023-06-081-42/+38
* Move observability-relevant structure fields to the top (#105271)Gabriele N. Tornetta2023-06-081-38/+42
* GH-104584: Plugin optimizer API (GH-105100)Mark Shannon2023-06-021-0/+3
* GH-104580: Don't cache eval breaker in interpreter (GH-104581)Mark Shannon2023-05-181-1/+1
* gh-104341: Adjust tstate_must_exit() to Respect Interpreter Finalization (gh-...Eric Snow2023-05-151-0/+18
* gh-99113: A Per-Interpreter GIL! (gh-104210)Eric Snow2023-05-081-0/+3
* gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)Eric Snow2023-04-241-1/+4
* GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...Mark Shannon2023-04-121-1/+13
* gh-101659: Add _Py_AtExit() (gh-103298)Eric Snow2023-04-061-15/+2
* gh-102304: Move the Total Refcount to PyInterpreterState (gh-102545)Eric Snow2023-03-211-0/+2
* gh-102660: Handle m_copy Specially for the sys and builtins Modules (gh-102661)Eric Snow2023-03-141-0/+1
* gh-100227: Move func_state.next_version to PyInterpreterState (gh-102334)Eric Snow2023-03-081-0/+1
* gh-100227: Move the dtoa State to PyInterpreterState (gh-102331)Eric Snow2023-02-281-0/+2
* gh-101758: Clean Up Uses of Import State (gh-101919)Eric Snow2023-02-151-32/+3
* GH-100000: Cleanup and polish various watchers code (GH-99998)Itamar Ostricher2022-12-141-1/+0
* gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083)Eric Snow2022-12-091-31/+1
* gh-99741: Fix the Cross-Interpreter Data API (gh-99939)Eric Snow2022-12-021-2/+3
* GH-91054: Add code object watchers API (GH-99859)Itamar Ostricher2022-12-021-0/+3
* gh-91053: Add an optional callback that is invoked whenever a function is mod...mpage2022-11-221-0/+6
* gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)Eric Snow2022-11-161-3/+1
* gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)Eric Snow2022-11-161-0/+1
* gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)Eric Snow2022-11-151-0/+1
* GH-99205: remove `_static` field from `PyThreadState` and `PyInterpreterState...Kumar Aditya2022-11-151-3/+0
* gh-81057: Add PyInterpreterState.static_objects (gh-99397)Eric Snow2022-11-111-0/+4
* gh-81057: Move the Extension Modules Cache to _PyRuntimeState (gh-99355)Eric Snow2022-11-111-0/+19
* GH-96421: Insert shim frame on entry to interpreter (GH-96319)Mark Shannon2022-11-101-0/+1
* gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9...Eric Snow2022-10-261-0/+1
* gh-91051: allow setting a callback hook on PyType_Modified (GH-97875)Carl Meyer2022-10-211-0/+1
* gh-98417: Store int_max_str_digits on the Interpreter State (GH-98418)Eric Snow2022-10-191-0/+6
* gh-97922: Run the GC only on eval breaker (#97920)Pablo Galindo Salgado2022-10-081-0/+2
* GH-91052: Add C API for watching dictionaries (GH-31787)Carl Meyer2022-10-071-0/+2
* gh-96512: Move int_max_str_digits setting to PyConfig (#96944)Gregory P. Smith2022-10-031-2/+0
* gh-90110: Fix the c-analyzer Tool (gh-96731)Eric Snow2022-09-121-1/+0
* gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)Gregory P. Smith2022-09-021-0/+2
* gh-94673: Add Per-Interpreter Storage for Static Builtin Types (#95255)Eric Snow2022-07-261-1/+1