8000 Fix test_code · python/cpython@a987bea · GitHub
[go: up one dir, main page]

Skip to content

Commit a987bea

Browse files
committed
Fix test_code
1 parent f1deb5c commit a987bea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_code.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,7 @@ def f():
723723
pass
724724
PY_CODE_LOCATION_INFO_NO_COLUMNS = 13
725725
f.__code__ = f.__code__.replace(
726+
co_stacksize=1,
726727
co_firstlineno=42,
727728
co_code=bytes(
728729
[

0 commit comments

Comments
 (0)
0