Add notice about strange behaviour of the bigmem tests

This commit is contained in:
Antoine Pitrou 2009-03-07 23:52:26 +00:00
parent 7cdb495e90
commit ec00e2ff45
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ import functools
# memuse-per-size should remain sane (less than a few thousand); if your
# test uses more, adjust 'size' upward, instead.
# BEWARE: it seems that one failing test can yield other subsequent tests to
# fail as well. I do not know whether it is due to memory fragmentation
# issues, or other specifics of the platform malloc() routine.
character_size = 4 if sys.maxunicode > 0xFFFF else 2