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-111663: Restore the Tier 2 uop count pystats (#111664)
Michael Droettboom
2023-11-02
1
-0/+2
*
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 ...
Irit Katriel
2023-11-02
1
-1/+1
*
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka
2023-11-02
1
-4/+4
*
gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)
Guido van Rossum
2023-11-01
1
-13/+143
*
GH-111485: Increment `next_instr` consistently at the start of the instructio...
Mark Shannon
2023-10-31
1
-1/+1
*
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross
2023-10-30
1
-1/+2
*
gh-111354: define names for RESUME oparg values (#111365)
Irit Katriel
2023-10-26
1
-1/+1
*
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel
2023-10-26
1
-15/+15
*
gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (#110238)
denballakh
2023-10-08
1
-3/+11
*
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
Brandt Bucher
2023-09-13
1
-2/+0
*
GH-108390: Prevent non-local events being set with `sys.monitoring.set_local_...
Mark Shannon
2023-09-05
1
-15/+17
*
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner
2023-09-03
1
-3/+1
*
GH-108614: Remove non-debug uses of `#if TIER_ONE` and `#if TIER_TWO` from `_...
Mark Shannon
2023-08-31
1
-19/+32
*
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner
2023-08-24
1
-1/+1
*
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#...
Irit Katriel
2023-08-23
1
-2/+1
*
gh-107944: Improve error message for function calls with bad keyword argument...
Pablo Galindo Salgado
2023-08-17
1
-3/+28
*
gh-106581: Project through calls (#108067)
Guido van Rossum
2023-08-17
1
-10/+4
*
GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor...
Mark Shannon
2023-08-17
1
-15/+7
*
gh-106581: Split `CALL_PY_EXACT_ARGS` into uops (#107760)
Guido van Rossum
2023-08-16
1
-5/+1
*
GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107725)
Mark Shannon
2023-08-09
1
-1/+1
*
gh-107758: Improvements to lltrace feature (#107757)
Guido van Rossum
2023-08-08
1
-6/+28
*
GH-84436: Skip refcounting for known immortals (GH-107605)
Brandt Bucher
2023-08-04
1
-1/+1
*
GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFra...
Mark Shannon
2023-08-04
1
-1/+7
*
GH-100964: Break cycles involving exception state when returning from generat...
Mark Shannon
2023-08-02
1
-0/+1
*
GH-106898: Add the exception as an argument to the `PY_UNWIND` event callback...
Mark Shannon
2023-07-27
1
-1/+1
*
GH-106895: Raise a `ValueError` when attempting to disable events that cannot...
Mark Shannon
2023-07-27
1
-5/+8
*
GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291)
Mark Shannon
2023-07-27
1
-1/+13
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
1
-1/+1
*
GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#107069)
Victor Stinner
2023-07-22
1
-1/+1
*
gh-106320: Move private _PySet API to the internal API (#107041)
Victor Stinner
2023-07-22
1
-3/+4
*
GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)
Brandt Bucher
2023-07-20
1
-163/+32
*
gh-106603: Make uop struct a triple (opcode, oparg, operand) (#106794)
Guido van Rossum
2023-07-17
1
-3/+4
*
gh-106581: Add 10 new opcodes by allowing `assert(kwnames == NULL)` (#106707)
Guido van Rossum
2023-07-17
1
-0/+4
*
gh-106701: Move the hand-written Tier 2 uops to bytecodes.c (#106702)
Guido van Rossum
2023-07-13
1
-40/+0
*
gh-105481: move Python/opcode_metadata.h to Include/internal/pycore_opcode_me...
Irit Katriel
2023-07-12
1
-1/+1
*
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka
2023-07-12
1
-3/+3
*
gh-106529: Support JUMP_BACKWARD in Tier 2 (uops) (#106543)
Guido van Rossum
2023-07-11
1
-0/+7
*
gh-106529: Implement POP_JUMP_IF_XXX uops (#106551)
Guido van Rossum
2023-07-10
1
-1/+21
*
gh-106303: Use _PyObject_LookupAttr() instead of PyObject_GetAttr() (GH-106304)
Serhiy Storchaka
2023-07-09
1
-10/+6
*
Delete dead ceval code. (gh-106486)
Benjamin Peterson
2023-07-07
1
-5/+0
*
gh-104584: Fix error handling from backedge optimization (#106484)
Guido van Rossum
2023-07-06
1
-2/+2
*
gh-105340: include hidden fast-locals in locals() (#105715)
Carl Meyer
2023-07-05
1
-0/+13
*
GH-104584: Fix ENTER_EXECUTOR (GH-106141)
Mark Shannon
2023-07-03
1
-69/+1
*
gh-106290: Fix edge cases around uops (#106319)
Guido van Rossum
2023-07-03
1
-31/+31
*
gh-106280: Remove unnecessary unreachable code (gh-106285)
Dong-hee Na
2023-06-30
1
-3/+0
*
gh-106023: Update code using _PyObject_FastCall() (#106257)
Victor Stinner
2023-06-30
1
-15/+12
*
gh-104584: Emit macro expansions to opcode_metadata.h (#106163)
Guido van Rossum
2023-06-28
1
-3/+3
*
gh-104584: Change DEOPT_IF in uops executor (#106146)
Guido van Rossum
2023-06-27
1
-10/+6
*
gh-104584: Baby steps towards generating and executing traces (#105924)
Guido van Rossum
2023-06-27
1
-8/+129
*
GH-91095: Specialize calls to normal Python classes. (GH-99331)
Mark Shannon
2023-06-22
1
-1/+3
[next]