diff --git a/Lib/compiler/pyassem.py b/Lib/compiler/pyassem.py index 7b6cee65132..22a19c75342 100644 --- a/Lib/compiler/pyassem.py +++ b/Lib/compiler/pyassem.py @@ -778,6 +778,7 @@ class StackDepthTracker: 'SETUP_EXCEPT': 3, 'SETUP_FINALLY': 3, 'FOR_ITER': 1, + 'WITH_CLEANUP': 3, } # use pattern match patterns = [