mirror of
https://github.com/python/cpython.git
synced 2025-09-18 14:40:43 +00:00
[3.13] gh-125038: Fix crash after genexpr.gi_frame.f_locals manipulations (GH-125178) (#125846)
(cherry picked from commit 079875e395
)
Co-authored-by: Mikhail Efimov <efimov.mikhail@gmail.com>
This commit is contained in:
parent
5bb0538f6e
commit
bcc7227ef7
4 changed files with 77 additions and 0 deletions
|
@ -782,6 +782,7 @@ Disassembly of <code object <genexpr> at 0x..., file "%s", line %d>:
|
|||
POP_TOP
|
||||
L1: RESUME 0
|
||||
LOAD_FAST 0 (.0)
|
||||
GET_ITER
|
||||
L2: FOR_ITER 10 (to L3)
|
||||
STORE_FAST 1 (z)
|
||||
LOAD_DEREF 2 (x)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue