COMMITS
/ Objects/genobject.c February 3, 2025
M
[3.12] gh-128078: Use `PyErr_SetRaisedException` in `_PyGen_SetStopIterationValue` (GH-128287) (#128790)
Miss Islington (bot) committed
January 13, 2025
M
[3.12] gh-128078: Clear exception in `anext` before calling `_PyGen_SetStopIterationValue` (GH-128780) (#128784)
Miss Islington (bot) committed
June 18, 2024
I
[3.12] gh-119897: Revert buggy optimization which was removed in 3.13 (#120467)
Irit Katriel committed
May 2, 2024
I
[3.12] gh-118272: Clear generator frame's locals when the generator is closed (#118451)
Irit Katriel committed
T
[3.12] GH-117881: fix athrow().throw()/asend().throw() concurrent access (GH-117882) (#118458)
Thomas Grainger committed
April 25, 2024
T
[3.12] GH-117894: prevent aclose()/athrow() being re-used after StopIteration (GH-117851) (GH-118226)
Thomas Grainger committed
February 22, 2024
M
[3.12] gh-100762: Fix optimization in gen_close (GH-111069) (#115818)
Miss Islington (bot) committed
December 1, 2023
M
[3.12] gh-111058: Change coro.cr_frame/gen.gi_frame to be None for a closed coroutine/generator. (GH-112428) (#112589)
Miss Islington (bot) committed
June 6, 2023
M
[3.12] GH-105162: Account for `INSTRUMENTED_RESUME` in gen.close/throw. (GH-105187) (#105378)
Miss Islington (bot) committed
May 10, 2023
P
GH-102181: Improve specialization stats for SEND (GH-102182)
penguin_wwy committed
May 5, 2023
March 11, 2023
T
gh-79940: add introspection API for asynchronous generators to `inspect` module (#11590)
Thomas Krennwallner committed
March 8, 2023
I
K
fix typo in async generator code field name `ag_code` (#102448)
Kumar Aditya committed
February 23, 2023
M
GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)
Mark Shannon committed
February 20, 2023
S
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Steve Dower committed
January 24, 2023
M
GH-100762: Don't call `gen.throw()` in `gen.close()`, unless necessary. (GH-101013)
Mark Shannon committed
January 9, 2023
B
GH-100126: Skip incomplete frames in more places (GH-100613)
Brandt Bucher committed
January 6, 2023
M
GH-99005: More intrinsics (GH-100774)
Mark Shannon committed
January 4, 2023
November 22, 2022
V
gh-99537: Use Py_SETREF() function in C code (#99657)
Victor Stinner committed
November 16, 2022
V
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Victor Stinner committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Objects/ directory (#99335)
Victor Stinner committed
M
GH-96421: Insert shim frame on entry to interpreter (GH-96319)
Mark Shannon committed
November 7, 2022
M
GH-96793: Specialize FOR_ITER for generators. (GH-98772)
Mark Shannon committed
November 3, 2022
M
GH-96793: Implement PEP 479 in bytecode. (GH-99006)
Mark Shannon committed
November 2, 2022
B
GH-98686: Quicken everything (GH-98687)
Brandt Bucher committed
September 30, 2022
August 19, 2022
B
GH-90997: Wrap yield from/await in a virtual try/except StopIteration (GH-96010)
Brandt Bucher committed
May 27, 2022
M
GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (GH-93284)
Mark Shannon committed
May 18, 2022
M
Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)
Mark Shannon committed
May 3, 2022
M
Add more stats for freelist use and allocations. (GH-92211)
Mark Shannon committed
V
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner committed
April 25, 2022
V
gh-91719: Add pycore_opcode.h internal header file (#91906)
Victor Stinner committed
April 7, 2022
B
bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208)
Brandt Bucher committed
March 31, 2022
D
bpo-14911: Corrected generator.throw() documentation (GH-32207)
Dave Goncalves committed
March 22, 2022
M
bpo-47045: Remove `f_state` field (GH-31963)
Mark Shannon committed
March 21, 2022
B
bpo-46841: Quicken code in-place (GH-31888)
Brandt Bucher committed
March 16, 2022
M
bpo-46841: Don't scan backwards in bytecode (GH-31901)
Mark Shannon committed
March 11, 2022
K
bpo-46944: use FASTCALL calling convention in generator.throw (GH-31723)
Kumar Aditya committed
February 25, 2022
V
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Victor Stinner committed
February 8, 2022
January 24, 2022
M
bpo-43683: Streamline YIELD_VALUE and SEND (GH-30723)
Mark Shannon committed
January 20, 2022
M
bpo-46409: Make generators in bytecode (GH-30633)
Mark Shannon committed
December 17, 2021
I
bpo-45711: Remove type and traceback from exc_info (GH-30122)
Irit Katriel committed
December 15, 2021
M
bpo-46039: Split yield from in two (GH-30035)
Mark Shannon committed
December 9, 2021
December 8, 2021
M
bpo-46009: Do not exhaust generator when send() method raises (GH-29986)
Mark Shannon committed
December 6, 2021
M
bpo-45963: Make space for the InterpreterFrame of a generator in that generator. (GH-29891)
Mark Shannon committed
November 29, 2021
M
bpo-45786: Allocate space for frame in frame object. (GH-29729)
Mark Shannon committed