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
/
Python
/
ceval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-133231: Changes to executor management to support proposed `sys._jit` modu...
Mark Shannon
2025-05-04
1
-19/+31
*
Remove duplicate includes: Python/{bytecodes,ceval,optimizer_analysis}.c (#13...
Adam Turner
2025-05-01
1
-1/+0
*
GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280)
Mark Shannon
2025-04-30
1
-6/+0
*
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou
2025-04-30
1
-0/+2
*
GH-132508: Use tagged integers on the evaluation stack for the last instructi...
Mark Shannon
2025-04-29
1
-0/+4
*
Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-1...
Neil Schemenauer
2025-04-29
1
-14/+0
*
gh-127266: avoid data races when updating type slots (gh-131174)
Neil Schemenauer
2025-04-28
1
-0/+14
*
gh-132758: Fix tail call and pystats builds (GH-132759)
Ken Jin
2025-04-23
1
-2/+10
*
gh-128398: improve error messages when incorrectly using `with` and `async wi...
Bénédikt Tran
2025-04-19
1
-8/+66
*
gh-129987: Selectively re-enable SLP autovectorization of _PyEval_EvalFrameDe...
T. Wouters
2025-04-15
1
-4/+8
*
gh-131624: Fix posix_spawn tests failing on NetBSD with stack limit assertion...
Furkan Onder
2025-04-13
1
-1/+1
*
gh-132386: Fix a crash when passing a dict subclass to `exec` (GH-132412)
Tomas R.
2025-04-11
1
-0/+2
*
GH-131296: Suppress "unused label" warning for clang-cl closer to actual occu...
Chris Eibl
2025-04-10
1
-2/+2
*
gh-132336: Mark a few "slow path" functions used by the interpreter loop as n...
mpage
2025-04-10
1
-1/+1
*
gh-129987: Disable GCC SLP autovectorization for the interpreter loop on x86-...
mpage
2025-04-09
1
-1/+12
*
GH-131498: Cases generator: manage stacks automatically (GH-132074)
Mark Shannon
2025-04-04
1
-25/+19
*
GH-131770: increase assumed WASI stack size to 131072 (wasi-sdk default) (#13...
Filipe Laíns 🇵🇸
2025-04-04
1
-1/+1
*
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner
2025-03-20
1
-5/+7
*
gh-131401: fix data races in exception handling (#131447)
Kumar Aditya
2025-03-20
1
-1/+2
*
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner
2025-03-19
1
-0/+2
*
gh-131238: Remove many includes from pycore_interp.h (#131472)
Victor Stinner
2025-03-19
1
-0/+1
*
GH-130396: Work around for broken `pthread_get_stackaddr_np` on Emscripten (#...
Hood Chatham
2025-03-13
1
-0/+59
*
gh-130382: add missing `_PyReftracerTrack` to ceval `Py_DECREF` (#130689)
Tomasz Pytel
2025-03-13
1
-0/+1
*
gh-130396: Fix thread sanitizer crashes on stack overflow tests (gh-130966)
Sam Gross
2025-03-11
1
-0/+5
*
GH-127705: Use `_PyStackRef`s in the default build. (GH-127875)
Mark Shannon
2025-03-10
1
-20/+38
*
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka
2025-02-25
1
-1/+7
*
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon
2025-02-25
1
-32/+106
*
GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...
Petr Viktorin
2025-02-24
1
-90/+32
*
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon
2025-02-19
1
-32/+90
*
gh-129989: Change Py_TAIL_CALL_INTERP ifndef to ! (#130269)
Ken Jin
2025-02-18
1
-1/+1
*
gh-129989: Properly disable tailcall interp in configure (GH-129991)
Ken Jin
2025-02-15
1
-4/+4
*
GH-128682: Account for escapes in `DECREF_INPUTS` (GH-129953)
Mark Shannon
2025-02-12
1
-4/+5
*
gh-129244: Only remove the workaround when MSVC has the bugfix (#130011)
Michael Droettboom
2025-02-11
1
-0/+1
*
gh-130004: Disable PGO for ceval.c on MSVC for default build (GH-130009)
Ken Jin
2025-02-11
1
-7/+2
*
gh-130004: Revert commit 9e52e55 (GH-130005)
Ken Jin
2025-02-11
1
-0/+21
*
gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (...
Irit Katriel
2025-02-07
1
-0/+1
*
GH-129709: Clean up tier two (GH-129710)
Brandt Bucher
2025-02-07
1
-33/+1
*
GH-129763: Remove the LLTRACE macro (GH-129764)
Brandt Bucher
2025-02-07
1
-7/+2
*
gh-128563: A new tail-calling interpreter (GH-128718)
Ken Jin
2025-02-06
1
-5/+18
*
GH-128682: Mark two more macros as escaping. (GH-129645)
Mark Shannon
2025-02-04
1
-0/+1
*
GH-128563: Move some labels, to simplify implementing tailcalling interpreter...
Mark Shannon
2025-01-31
1
-41/+29
*
GH-128563: Simplify recursion check in `_PyEval_EvalFrameDefault` (GH-129481)
Mark Shannon
2025-01-31
1
-6/+5
*
gh-128563: Move labels in ceval.c to bytecodes.c (GH-129112)
Ken Jin
2025-01-27
1
-134/+0
*
gh-128799: Add frame of except* to traceback when wrapping a naked exception ...
Irit Katriel
2025-01-25
1
-2/+12
*
gh-129244: Remove workaround for MSVC compiler crash (#129263)
Michael Droettboom
2025-01-25
1
-21/+0
*
Remove unused DPRINTF in ceval.c (GH-129282)
Chris Eibl
2025-01-25
1
-7/+0
*
GH-128682: Change a couple of functions to only steal references on success. ...
Mark Shannon
2025-01-22
1
-1/+6
*
gh-128563: Move lltrace into the frame struct (GH-129113)
Ken Jin
2025-01-21
1
-10/+13
*
GH-128563: Add new frame owner type for interpreter entry frames (GH-129078)
Mark Shannon
2025-01-21
1
-5/+5
*
gh-128955: Fix goto if tlbc creation fails when throwing into a generator (#1...
mpage
2025-01-17
1
-1/+1
[next]