Skip to content

Commit 5b2d9b0

Browse files
committed
Add comment to keep test_sys and test_unicode in sync
1 parent 18ecceb commit 5b2d9b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_sys.py

+1
Original file line numberDiff line numberDiff line change
@@ -1539,6 +1539,7 @@ class newstyleclass(object): pass
15391539
samples = ['1'*100, '\xff'*50,
15401540
'\u0100'*40, '\uffff'*100,
15411541
'\U00010000'*30, '\U0010ffff'*100]
1542+
# also update field definitions in test_unicode.test_raiseMemError
15421543
asciifields = "nnb"
15431544
compactfields = asciifields + "nP"
15441545
unicodefields = compactfields + "P"

0 commit comments

Comments
 (0)