COMMITS
/ Python/ceval.c August 9, 2021
M
bpo-44826: Specialize STORE_ATTR (GH-27590)
Mark Shannon committed
August 4, 2021
M
Add option to write specialization stats to files and script to summarize. (GH-27575)
Mark Shannon committed
July 29, 2021
M
Minor fixes to specialization stats. (GH-27457)
Mark Shannon committed
July 26, 2021
M
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon committed
July 19, 2021
M
bpo-44645: Check for interrupts on any potentially backwards edge (GH-27216)
Mark Shannon committed
July 16, 2021
P
Revert "bpo-44645: Check for interrupts on any potentially backwards edge. (GH-27167)" (#27194)
Pablo Galindo Salgado committed
M
bpo-44645: Check for interrupts on any potentially backwards edge. (GH-27167)
Mark Shannon committed
July 15, 2021
P
Remove sys._deactivate_opcache() now that is not needed (GH-27154)
Pablo Galindo Salgado committed
I
bpo-26280: Port BINARY_SUBSCR to PEP 659 adaptive interpreter (GH-27043)
Irit Katriel committed
July 8, 2021
M
bpo-44570: Fix line tracing for forwards jumps to duplicated tails (GH-27068)
Mark Shannon committed
M
bpo-44581: Don't execute quickened instructions if tracing is on (GH-27064)
Mark Shannon committed
July 7, 2021
G
bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)
Gabriele N. Tornetta committed
June 29, 2021
S
bpo-12022: Change error type for bad objects in "with" and "async with" (GH-26809)
Serhiy Storchaka committed
June 23, 2021
M
bpo-44486: Make sure that modules always have a dictionary. (GH-26847)
Mark Shannon committed
June 21, 2021
P
bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822)
Pablo Galindo committed
M
bpo-44337: Improve LOAD_ATTR specialization (GH-26759)
Mark Shannon committed
June 18, 2021
M
bpo-44032: Move pointer to code object from frame-object to frame specials array. (GH-26771)
Mark Shannon committed
June 15, 2021
E
bpo-43693: Eliminate unused "fast locals". (gh-26587)
Eric Snow committed
June 14, 2021
M
Remove accidentally duplicated STAT_INC (GH-26718)
Mark Shannon committed
M
bpo-44338: Port LOAD_GLOBAL to PEP 659 adaptive interpreter (GH-26638)
Mark Shannon committed
June 10, 2021
M
bpo-44348: Move trace-info to thread-state (GH-26623)
Mark Shannon committed
M
bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)
Mark Shannon committed
June 8, 2021
E
bpo-43693: Un-revert commit f3fa63e. (#26609)
Eric Snow committed
June 7, 2021
E
E
bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
Eric Snow committed
M
bpo-44187: Quickening infrastructure (GH-26264)
Mark Shannon committed
June 4, 2021
P
M
bpo-43693: Compute deref offsets in compiler (gh-25152)
Mark Shannon committed
June 3, 2021
June 2, 2021
I
bpo-17792: more accurate error message for unbound variable access exceptions (GH-24976)
Irit Katriel committed
May 26, 2021
E
bpo-43693: Clean up the PyCodeObject fields. (GH-26364)
Eric Snow committed
May 21, 2021
M
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Mark Shannon committed
May 19, 2021
P
Remove unused function in ceval.c (GH-26246)
Pablo Galindo committed
May 15, 2021
May 12, 2021
M
Remove PyTryblock struct (GH-26059)
Mark Shannon committed
May 10, 2021
D
Prevent access outside buffer (GH-26012)
Dennis Sweeney committed
May 7, 2021
M
bpo-40222: "Zero cost" exception handling (GH-25729)
Mark Shannon committed
May 2, 2021
B
bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
Brandt Bucher committed
April 30, 2021
M
bpo-43977: Use tp_flags for collection matching (GH-25723)
Mark Shannon committed
April 14, 2021
P
bpo-38530: Offer suggestions on NameError (GH-25397)
Pablo Galindo committed
April 13, 2021
M
bpo-43760: Speed up check for tracing in interpreter dispatch (#25276)
Mark Shannon committed
April 10, 2021
V
bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
Victor Stinner committed
April 8, 2021
M
bpo-43760: Streamline dispatch sequence for machines without computed gotos. (GH-25244)
Mark Shannon committed
April 6, 2021
M
bpo-43683: Handle generator entry in bytecode (GH-25138)
Mark Shannon committed
B
bpo-42128: __match_args__ can't be a list anymore (GH-25203)
Brandt Bucher committed
April 1, 2021
M
bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069)
Mark Shannon committed
March 25, 2021
M
Move big block of macros out of function to improve readability. (GH-25020)
Mark Shannon committed
March 24, 2021
March 18, 2021
V
bpo-43541: Fix PyEval_EvalCodeEx() regression (GH-24918)
Victor Stinner committed