Commits
User selector
Commit History
Commits on May 2, 2026
GH-126910: Add gdb support for unwinding JIT frames (#146071)
Show description for c7b7ca2andauthored
Commits on Mar 2, 2026
gh-144569: Avoid creating temporary objects in `BINARY_SLICE` for list, tuple, and unicode (GH-144590)
Show description for 107863eauthored
Commits on Oct 18, 2024
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Show description for 6d93690authored
Commits on Aug 24, 2023
gh-106320: Remove private _PyEval function (#108433)
Show description for c494fb3authored
Commits on Jul 19, 2023
Commits on Jun 13, 2023
gh-104812: Run Pending Calls in any Thread (gh-104813)
Show description for 757b402authored
Commits on Feb 28, 2023
Commits on Aug 24, 2022
GH-93503: Add thread-specific APIs to set profiling and tracing functions in the C-API (#93504)
Show description for e34c82aauthored
Commits on Apr 6, 2022
Revert "bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-32052)" (GH-32343)
Show description for 2b4f2f5authored
Commits on Apr 1, 2022
bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-32052)
Show description for b9a5522authored
Commits on Mar 21, 2022
bpo-46850: Remove _PyEval_CallTracing() function (GH-32019)
Show description for e63894bauthoredbpo-46850: Remove _PyEval_GetCoroutineOriginTrackingDepth() (GH-32018)
Show description for 9087243authoredbpo-46850: Remove _PyEval_SetAsyncGenFinalizer() (GH-32017)
Show description for 332b04bauthored
Commits on Feb 25, 2022
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Show description for 87af12bauthored
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204authored
Commits on Oct 15, 2021
bpo-45434: Remove Include/eval.h header file (GH-28973)
Show description for 105582eauthored
Commits on Jul 26, 2021
bpo-44590: Lazily allocate frame objects (GH-27077)
Show description for ae0a2b7authored
Commits on Mar 8, 2021
bpo-37146: Move _PyEval_DeactivateOpCache() to the internal C API (GH-24786)
Show description for 9f672a5authored
Commits on Feb 28, 2021
Commits on Jun 1, 2020
Commits on Apr 28, 2020
bpo-40421: Add pyframe.h header file (GH-19755)
Show description for 7c59d7cauthored
Commits on Mar 26, 2020
Commits on Mar 13, 2020
bpo-35370: Add _PyEval_SetTrace() function (GH-18975)
Show description for 309d7ccauthoredbpo-39947: Move Py_EnterRecursiveCall() to internal C API (GH-18972)
Show description for 224481aauthored
Commits on Mar 12, 2020
bpo-38500: Add _PyInterpreterState_SetEvalFrameFunc() (GH-17340)
Show description for 0b72b23authored
Commits on Nov 16, 2019
bpo-38644: Cleanup ceval.h (GH-17185)
Show description for 51edf8aauthored
Commits on Nov 4, 2019
bpo-38644: Pass tstate to Py_EnterRecursiveCall() (GH-16997)
Show description for be434dcauthoredbpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046)
Show description for f4b1e3dauthored
Loading