Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cdb495 commit ec00e2fCopy full SHA for ec00e2f
1 file changed
Lib/test/test_bigmem.py
@@ -33,6 +33,10 @@
33
# memuse-per-size should remain sane (less than a few thousand); if your
34
# test uses more, adjust 'size' upward, instead.
35
36
+# BEWARE: it seems that one failing test can yield other subsequent tests to
37
+# fail as well. I do not know whether it is due to memory fragmentation
38
+# issues, or other specifics of the platform malloc() routine.
39
+
40
character_size = 4 if sys.maxunicode > 0xFFFF else 2
41
42
0 commit comments