mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Add notice about strange behaviour of the bigmem tests
This commit is contained in:
parent
7cdb495e90
commit
ec00e2ff45
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue