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

Skip to content

Commit ec00e2f

Browse files
committed
Add notice about strange behaviour of the bigmem tests
1 parent 7cdb495 commit ec00e2f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lib/test/test_bigmem.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
# memuse-per-size should remain sane (less than a few thousand); if your
3434
# test uses more, adjust 'size' upward, instead.
3535

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+
3640
character_size = 4 if sys.maxunicode > 0xFFFF else 2
3741

3842

0 commit comments

Comments
 (0)