index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
ceval.c
Commit message (
Expand
)
Author
Age
*
bpo-43693: Compute deref offsets in compiler (gh-25152)
Mark Shannon
2021-06-03
*
bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas...
Eric Snow
2021-06-03
*
bpo-17792: more accurate error message for unbound variable access exceptions...
Irit Katriel
2021-06-02
*
bpo-43693: Clean up the PyCodeObject fields. (GH-26364)
Eric Snow
2021-05-26
*
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Mark Shannon
2021-05-21
*
Remove unused function in ceval.c (GH-26246)
Pablo Galindo
2021-05-19
*
bpo-26110: Add ``CALL_METHOD_KW`` opcode to speedup method calls with keyword...
Ken Jin
2021-05-15
*
Remove PyTryblock struct (GH-26059)
Mark Shannon
2021-05-12
*
Prevent access outside buffer (GH-26012)
Dennis Sweeney
2021-05-10
*
bpo-40222: "Zero cost" exception handling (GH-25729)
Mark Shannon
2021-05-07
*
bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
Brandt Bucher
2021-05-02
*
bpo-43977: Use tp_flags for collection matching (GH-25723)
Mark Shannon
2021-04-30
*
bpo-38530: Offer suggestions on NameError (GH-25397)
Pablo Galindo
2021-04-14
*
bpo-43760: Speed up check for tracing in interpreter dispatch (#25276)
Mark Shannon
2021-04-13
*
bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
Victor Stinner
2021-04-11
*
bpo-43760: Streamline dispatch sequence for machines without computed gotos. ...
Mark Shannon
2021-04-08
*
bpo-43683: Handle generator entry in bytecode (GH-25138)
Mark Shannon
2021-04-06
*
bpo-42128: __match_args__ can't be a list anymore (GH-25203)
Brandt Bucher
2021-04-05
*
bpo-27129: Use instruction offsets, not byte offsets, in bytecode and interna...
Mark Shannon
2021-04-01
*
Move big block of macros out of function to improve readability. (GH-25020)
Mark Shannon
2021-03-25
*
Only check evalbreaker after calls and on backwards egdes. Makes sure that __...
Mark Shannon
2021-03-24
*
bpo-43541: Fix PyEval_EvalCodeEx() regression (GH-24918)
Victor Stinner
2021-03-18
*
Make tracing info (bounds, and previous instruction offset) a bit more robust...
Mark Shannon
2021-03-05
*
bpo-43271: Re-enable ceval.c optimizations for Windows debug builds (GH-24739)
db3l
2021-03-03
*
bpo-37146: Deactivate opcode cache only when using huntrleaks in the test sui...
Pablo Galindo
2021-02-28
*
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher
2021-02-26
*
bpo-42093: Cleanup _PyDict_GetItemHint() (GH-24582)
Victor Stinner
2021-02-21
*
bpo-42990: Functions inherit current builtins (GH-24564)
Victor Stinner
2021-02-20
*
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner
2021-02-19
*
bpo-43270: Remove private _PyErr_OCCURRED() macro (GH-24579)
Victor Stinner
2021-02-19
*
bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577)
Victor Stinner
2021-02-19
*
bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566)
Victor Stinner
2021-02-18
*
bpo-43152: Update assert statement to remove unused warning (GH-24473)
Dong-hee Na
2021-02-14
*
bpo-42990: Further refactoring of PyEval_ functions. (GH-24368)
Mark Shannon
2021-02-01
*
bpo-42927: Inline cache for attributes defined with '__slots__' (#24216)
Guido van Rossum
2021-01-29
*
bpo-42990: Introduce 'frame constructor' struct to simplify API for PyEval_Co...
Mark Shannon
2021-01-29
*
Update frame.f_lineno before any call to the (C) tracing function. (GH-24150)
Mark Shannon
2021-01-07
*
bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099)
Mark Shannon
2021-01-05
*
bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly af...
Mark Shannon
2020-12-17
*
bpo-42500: Fix recursion in or after except (GH-23568)
Mark Shannon
2020-12-02
*
bpo-42202: Store func annotations as a tuple (GH-23316)
Yurii Karabas
2020-11-25
*
bpo-42296: On Windows, fix CTRL+C regression (GH-23257)
Victor Stinner
2020-11-13
*
bpo-42246: Partial implementation of PEP 626. (GH-23113)
Mark Shannon
2020-11-12
*
bpo-42266: Handle monkey-patching descriptors in LOAD_ATTR cache (GH-23157)
Pablo Galindo
2020-11-05
*
bpo-42099: Fix reference to ob_type in unionobject.c and ceval (GH-22829)
Neil Schemenauer
2020-10-27
*
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetIte...
Serhiy Storchaka
2020-10-26
*
bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803)
Pablo Galindo
2020-10-20
*
bpo-41756: Add PyIter_Send function (#22443)
Vladimir Matveev
2020-10-09
*
bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552)
Serhiy Storchaka
2020-10-05
*
bpo-21955: Change my nickname in BINARY_ADD comment (GH-22481)
Victor Stinner
2020-10-01
[next]