Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f28fcff

Browse files
committed
adjust for change in AST type
1 parent 518cf94 commit f28fcff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_sys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ def test_pythontypes(self):
882882
check = self.check_sizeof
883883
# _ast.AST
884884
import _ast
885-
check(_ast.AST(), size(h + ''))
885+
check(_ast.AST(), size(h + 'P'))
886886
# imp.NullImporter
887887
import imp
888888
check(imp.NullImporter(self.file.name), size(h + ''))

0 commit comments

Comments
 (0)