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_ceval.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-104341: Call _PyEval_ReleaseLock() with NULL When Finalizing the Current T...
Eric Snow
2023-06-01
1
-1/+1
*
gh-99113: A Per-Interpreter GIL! (gh-104210)
Eric Snow
2023-05-08
1
-2/+1
*
gh-99113: Make Sure the GIL is Acquired at the Right Places (gh-104208)
Eric Snow
2023-05-06
1
-0/+2
*
gh-99113: Add PyInterpreterConfig.own_gil (gh-104204)
Eric Snow
2023-05-05
1
-1/+1
*
gh-99113: Share the GIL via PyInterpreterState.ceval.gil (gh-104203)
Eric Snow
2023-05-05
1
-1/+1
*
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...
Mark Shannon
2022-10-05
1
-12/+9
*
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Pablo Galindo Salgado
2022-08-30
1
-0/+21
*
GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH...
Mark Shannon
2022-08-24
1
-0/+3
*
gh-90473: Reduce recursion limit on WASI even further (GH-94333)
Christian Heimes
2022-06-27
1
-3/+4
*
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow
2022-05-27
1
-4/+0
*
GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (G...
Mark Shannon
2022-05-27
1
-0/+1
*
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
Christian Heimes
2022-05-19
1
-1/+7
*
Use static inline function Py_EnterRecursiveCall() (#91988)
Victor Stinner
2022-05-04
1
-12/+8
*
Revert "bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-3205...
Victor Stinner
2022-04-06
1
-5/+0
*
bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-32052)
Victor Stinner
2022-04-01
1
-0/+5
*
bpo-46850: Remove _PyEval_CallTracing() function (GH-32019)
Victor Stinner
2022-03-21
1
-0/+3
*
bpo-46850: Remove _PyEval_GetCoroutineOriginTrackingDepth() (GH-32018)
Victor Stinner
2022-03-21
1
-8/+10
*
bpo-46850: Remove _PyEval_SetAsyncGenFinalizer() (GH-32017)
Victor Stinner
2022-03-21
1
-0/+8
*
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Victor Stinner
2022-02-25
1
-2/+2
*
bpo-45953: Statically initialize all the PyThreadState fields we can. (gh-30590)
Eric Snow
2022-01-14
1
-0/+5
*
bpo-46008: Return void from _PyEval_InitState(). (gh-29970)
Eric Snow
2021-12-07
1
-1/+1
*
bpo-45963: Make space for the InterpreterFrame of a generator in that generat...
Mark Shannon
2021-12-06
1
-1/+1
*
bpo-44525: Copy free variables in bytecode to allow calls to inner functions ...
Mark Shannon
2021-11-23
1
-2/+2
*
bpo-45753: Make recursion checks more efficient. (GH-29524)
Mark Shannon
2021-11-16
1
-4/+4
*
pycore_pystate.h no longer redefines PyThreadState_GET() (GH-28921)
Victor Stinner
2021-10-13
1
-3/+4
*
Restore PEP 523 functionality. (GH-28871)
Mark Shannon
2021-10-11
1
-0/+3
*
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon
2021-07-26
1
-2/+5
*
bpo-37146: Move _PyEval_DeactivateOpCache() to the internal C API (GH-24786)
Victor Stinner
2021-03-08
1
-0/+2
*
bpo-42990: Functions inherit current builtins (GH-24564)
Victor Stinner
2021-02-20
1
-1/+4
*
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner
2021-02-19
1
-2/+2
*
bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566)
Victor Stinner
2021-02-18
1
-1/+4
*
bpo-42990: Further refactoring of PyEval_ functions. (GH-24368)
Mark Shannon
2021-02-01
1
-6/+5
*
bpo-42990: Introduce 'frame constructor' struct to simplify API for PyEval_Co...
Mark Shannon
2021-01-29
1
-5/+2
*
bpo-42500: Fix recursion in or after except (GH-23568)
Mark Shannon
2020-12-02
1
-16/+0
*
bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359)
Victor Stinner
2020-09-23
1
-2/+0
*
PyOS_AfterFork_Child() pass tstate to _PyEval_ReInitThreads() (GH-20598)
Victor Stinner
2020-06-02
1
-1/+1
*
PyOS_AfterFork_Child() uses PyStatus (GH-20596)
Victor Stinner
2020-06-02
1
-1/+1
*
bpo-40513: Per-interpreter GIL (GH-19943)
Victor Stinner
2020-05-05
1
-0/+4
*
bpo-40513: Per-interpreter recursion_limit (GH-19929)
Victor Stinner
2020-05-05
1
-11/+13
*
bpo-40421: Add pyframe.h header file (GH-19755)
Victor Stinner
2020-04-28
1
-2/+1
*
bpo-40232: Update PyOS_AfterFork_Child() to use _PyThread_at_fork_reinit() (G...
Dong-hee Na
2020-04-14
1
-2/+3
*
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
Victor Stinner
2020-04-14
1
-2/+2
*
bpo-40082: trip_signal() uses the main interpreter (GH-19441)
Victor Stinner
2020-04-08
1
-2/+2
*
bpo-40226: PyInterpreterState_Delete() deletes pending calls (GH-19436)
Victor Stinner
2020-04-08
1
-3/+4
*
bpo-39984: trip_signal() uses PyGILState_GetThisThreadState() (GH-19061)
Victor Stinner
2020-03-18
1
-3/+1
*
bpo-39984: Pass tstate to _PyEval_SignalAsyncExc() (GH-19049)
Victor Stinner
2020-03-18
1
-4/+2
*
bpo-39984: _PyThreadState_DeleteCurrent() takes tstate (GH-19051)
Victor Stinner
2020-03-18
1
-0/+2
*
bpo-39984: Add PyInterpreterState.ceval (GH-19047)
Victor Stinner
2020-03-17
1
-3/+4
*
bpo-39947: Move Py_EnterRecursiveCall() to internal C API (GH-18972)
Victor Stinner
2020-03-13
1
-0/+60
*
bpo-38500: Add _PyInterpreterState_SetEvalFrameFunc() (GH-17340)
Victor Stinner
2020-03-12
1
-1/+1
[next]