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-88226: Emit TARGET labels in Python/ceval.c when debugging, even if comput...
Skip Montanaro
2022-11-22
1
-4/+21
*
Add a macro for "inlining" new frames (GH-99490)
Brandt Bucher
2022-11-17
1
-0/+10
*
GH-96421: Insert shim frame on entry to interpreter (GH-96319)
Mark Shannon
2022-11-10
1
-39/+41
*
gh-99300: Use Py_NewRef() in Python/ceval.c (#99318)
Victor Stinner
2022-11-10
1
-16/+8
*
GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)
Brandt Bucher
2022-11-09
1
-34/+64
*
GH-98831: Simple input-output stack effects for bytecodes.c (#99120)
Guido van Rossum
2022-11-08
1
-0/+9
*
GH-96793: Specialize FOR_ITER for generators. (GH-98772)
Mark Shannon
2022-11-07
1
-3/+36
*
GH-98686: Fix compiler warning for HAS_ARG (GH-99106)
Brandt Bucher
2022-11-04
1
-1/+1
*
GH-98831: "Generate" the interpreter (#98830)
Guido van Rossum
2022-11-03
1
-3850/+1
*
GH-98686: Quicken everything (GH-98687)
Brandt Bucher
2022-11-02
1
-21/+9
*
Rename JUMP_TO_INSTRUCTION to GO_TO_INSTRUCTION (#98934)
Guido van Rossum
2022-11-01
1
-14/+14
*
gh-98879: Remove unreachable error case from COMPARE_OP_STR_JUMP (GH-98882)
Dennis Sweeney
2022-10-30
1
-3/+0
*
gh-98789: Fix FOR_ITER assert on big-endian (GH-98792)
Dennis Sweeney
2022-10-28
1
-1/+1
*
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Mark Shannon
2022-10-27
1
-3/+13
*
gh-91058: Add error suggestions to 'import from' import errors (#98305)
Pablo Galindo Salgado
2022-10-25
1
-2/+2
*
gh-98257: Make _PyEval_SetTrace() reentrant (#98258)
Victor Stinner
2022-10-19
1
-44/+13
*
Fix some incorrect indentation around the main switch (#98177)
Guido van Rossum
2022-10-11
1
-21/+20
*
GH-91052: Add C API for watching dictionaries (GH-31787)
Carl Meyer
2022-10-07
1
-1/+4
*
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...
Mark Shannon
2022-10-05
1
-24/+57
*
gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671)
Victor Stinner
2022-10-04
1
-55/+0
*
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97003)
Brandt Bucher
2022-09-22
1
-3/+6
*
gh-96711: Enhance SystemError message upon Invalid opcode (#96712)
serge-sans-paille
2022-09-20
1
-3/+5
*
GH-96864: Check for error between line and opcode events (GH-96880)
Brandt Bucher
2022-09-19
1
-1/+1
*
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
adphrost
2022-09-15
1
-2/+8
*
gh-96751: Remove dead code from `CALL_FUNCTION_EX` opcode (GH-96752)
Nikita Sobolev
2022-09-15
1
-13/+2
*
ceval: Use _PyTuple_FromArraySteal in BUILD_TUPLE (GH-96516)
Kevin Modzelewski
2022-09-14
1
-5/+2
*
GH-96754: Check whether the interpreter frame is complete before creating fra...
Mark Shannon
2022-09-13
1
-3/+5
*
GH-96678: Fix undefined behavior in ceval.c (#96708)
Mark Shannon
2022-09-10
1
-1/+7
*
Replace ad-hoc labels with JUMP_TO_INSTRUCTION (GH-96634)
Brandt Bucher
2022-09-09
1
-4/+4
*
GH-96636: Remove all uses of NOTRACE_DISPATCH (GH-96643)
Mark Shannon
2022-09-08
1
-62/+59
*
gh-96653: Remove duplicate CALL_STAT_INC(inlined_py_calls) in BINARY_SUBSCR_G...
Itamar Ostricher
2022-09-08
1
-1/+0
*
GH-91432: Remove the iterator_exhausted_no_error label (GH-96517)
Brandt Bucher
2022-09-07
1
-16/+20
*
GH-96572: fix use after free in trace refs build mode (#96618)
Kumar Aditya
2022-09-06
1
-1/+1
*
ceval.c's GETITEM should have asserts, not set exceptions (GH-96518)
Dennis Sweeney
2022-09-04
1
-2/+8
*
gh-93554: Conditional jump opcodes only jump forward (GH-96318)
Irit Katriel
2022-09-01
1
-129/+18
*
Remove the binary_subscr_dict_error label (GH-96443)
Brandt Bucher
2022-08-30
1
-11/+4
*
GH-96237: Allow non-functions as reference-holder in frames. (GH-96238)
Mark Shannon
2022-08-25
1
-5/+9
*
GH-93503: Add thread-specific APIs to set profiling and tracing functions in ...
Pablo Galindo Salgado
2022-08-24
1
-0/+45
*
GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH...
Mark Shannon
2022-08-24
1
-641/+1
*
GH-90997: Wrap yield from/await in a virtual try/except StopIteration (GH-96010)
Brandt Bucher
2022-08-19
1
-0/+23
*
GH-93911: Specialize `LOAD_ATTR` for custom `__getattribute__` (GH-93988)
Ken Jin
2022-08-17
1
-2/+41
*
Update _PyEval_AddPendingCall comment (#95817)
zhanpon
2022-08-11
1
-2/+2
*
GH-95245: Store object values and dict pointers in single tagged pointer. (GH...
Mark Shannon
2022-08-01
1
-9/+14
*
GH-90081: Run python tracers at full speed (GH-95328)
Mark Shannon
2022-07-28
1
-4/+7
*
GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121)
Brandt Bucher
2022-07-22
1
-0/+8
*
GH-94739: Mark stacks of exception handling blocks for setting frame.f_lineno...
Mark Shannon
2022-07-18
1
-14/+0
*
GH-93252: Fix error handling for failed Python calls (GH-94693)
Brandt Bucher
2022-07-09
1
-1/+5
*
gh-94215: Fix error handling for line-tracing events (GH-94681)
Brandt Bucher
2022-07-08
1
-5/+14
*
gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace (GH-94...
Pablo Galindo Salgado
2022-07-05
1
-2/+24
*
gh-91719: Reload opcode on unknown error so that C can optimize the dispatchi...
neonene
2022-06-30
1
-0/+3
[next]