summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_code.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_code.py')
-rw-r--r--Lib/test/test_code.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_code.py b/Lib/test/test_code.py
index 67ed169..9c2ac83 100644
--- a/Lib/test/test_code.py
+++ b/Lib/test/test_code.py
@@ -723,6 +723,7 @@ class CodeLocationTest(unittest.TestCase):
pass
PY_CODE_LOCATION_INFO_NO_COLUMNS = 13
f.__code__ = f.__code__.replace(
+ co_stacksize=1,
co_firstlineno=42,
co_code=bytes(
[