Skip to content

Commit eaf8335

Browse files
committed
Fix test_sys after the removal of m_dict_version from the module object in
931d1c1.
1 parent 29bd6c4 commit eaf8335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_sys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1727,7 +1727,7 @@ def get_gen(): yield 1
17271727
md_gil = '?'
17281728
else:
17291729
md_gil = ''
1730-
check(unittest, size('PPPPI?' + md_gil + 'NPPPPP'))
1730+
check(unittest, size('PPPP?' + md_gil + 'NPPPPP'))
17311731
# None
17321732
check(None, size(''))
17331733
# NotImplementedType

0 commit comments

Comments
 (0)