diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2018-03-23 13:45:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-23 13:45:37 (GMT) |
commit | 18d7edf32e6832a818621cb8cb3d144928eca232 (patch) | |
tree | 6d040cf457e599d03919aedd1682e937d2edcb16 /Lib/test/test_dis.py | |
parent | 560ea272b01acaa6c531cc7d94331b2ef0854be6 (diff) | |
download | cpython-18d7edf32e6832a818621cb8cb3d144928eca232.zip cpython-18d7edf32e6832a818621cb8cb3d144928eca232.tar.gz cpython-18d7edf32e6832a818621cb8cb3d144928eca232.tar.bz2 |
[3.6] bpo-33041: Fixed jumping if the function contains an "async for" loop. (GH-6154). (GH-6199)
(cherry picked from commit b9744e924ca07ba7db977e5958b91cd8db565632)
Diffstat (limited to 'Lib/test/test_dis.py')
-rw-r--r-- | Lib/test/test_dis.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_dis.py b/Lib/test/test_dis.py index b9b5ac2..1cee368 100644 --- a/Lib/test/test_dis.py +++ b/Lib/test/test_dis.py @@ -597,7 +597,7 @@ Filename: (.*) Argument count: 0 Kw-only arguments: 0 Number of locals: 2 -Stack size: 17 +Stack size: 16 Flags: OPTIMIZED, NEWLOCALS, NOFREE, COROUTINE Constants: 0: None |