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-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
*
gh-128717: Stop-the-world when setting the recursion limit (#128741)
Peter Bierma
2025-01-12
1
-0/+2
*
gh-128049: Fix type confusion bug with the return value of a custom Exception...
Nico-Posada
2024-12-20
1
-2/+19
*
GH-127705: Add debug mode for `_PyStackRef`s inspired by HPy debug mode (GH-1...
Mark Shannon
2024-12-20
1
-14/+53
*
gh-128030: Avoid error from PyModule_GetFilenameObject for non-module (#128047)
Shantanu
2024-12-20
1
-1/+1
*
GH-126833: Dumps graphviz representation of executor graph. (GH-126880)
Mark Shannon
2024-12-13
1
-0/+1
*
gh-127651: Use __file__ in diagnostics if origin is missing (#127660)
Shantanu
2024-12-10
1
-3/+19
*
gh-115999: Specialize `LOAD_SUPER_ATTR` in free-threaded builds (gh-127128)
Neil Schemenauer
2024-12-03
1
-1/+0
*
GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...
Mark Shannon
2024-12-02
1
-0/+1
*
gh-127022: Remove `_PyEvalFramePushAndInit_UnTagged` (gh-127168)
Sam Gross
2024-11-25
1
-31/+4
*
gh-114940: Add _Py_FOR_EACH_TSTATE_UNLOCKED(), and Friends (gh-127077)
Eric Snow
2024-11-21
1
-1/+2
*
gh-126076: Account for relocated objects in tracemalloc (#126077)
Pablo Galindo Salgado
2024-11-19
1
-5/+1
*
Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle c...
Hugo van Kemenade
2024-11-19
1
-1/+0
*
GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...
Mark Shannon
2024-11-18
1
-0/+1
*
gh-115999: Implement thread-local bytecode and enable specialization for `BIN...
mpage
2024-11-04
1
-4/+19
*
gh-123930: Better error for "from imports" when script shadows module (#123929)
Shantanu
2024-10-24
1
-47/+103
*
gh-124218: Avoid refcount contention on builtins module (GH-125847)
Sam Gross
2024-10-24
1
-2/+4
*
gh-125703: Correctly honour tracemalloc hooks on more PyDECREF specialized pa...
Pablo Galindo Salgado
2024-10-21
1
-0/+5
*
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow
2024-10-18
1
-1/+1
*
gh-123153: Fix PGO builds with free-threading on Windows (#125607)
Michael Droettboom
2024-10-17
1
-6/+14
*
gh-125217: Turn off optimization around_PyEval_EvalFrameDefault to avoid MSVC...
Michael Droettboom
2024-10-16
1
-0/+14
*
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Victor Stinner
2024-10-09
1
-1/+1
[next]