diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-07-11 00:38:05 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-07-11 00:38:05 (GMT) |
commit | 8acdf7a935ce809b3ce00cdde27dd2e20aff1785 (patch) | |
tree | 50c2d3748604a164167dee21d21a7c01720d9c40 /Misc/SpecialBuilds.txt | |
parent | 62fc52e6a1207307f15d060b0b8d0b85425fad5d (diff) | |
download | cpython-8acdf7a935ce809b3ce00cdde27dd2e20aff1785.zip cpython-8acdf7a935ce809b3ce00cdde27dd2e20aff1785.tar.gz cpython-8acdf7a935ce809b3ce00cdde27dd2e20aff1785.tar.bz2 |
Noted the releases in which COUNT_ALLOCS can blow up.
Diffstat (limited to 'Misc/SpecialBuilds.txt')
-rw-r--r-- | Misc/SpecialBuilds.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/SpecialBuilds.txt b/Misc/SpecialBuilds.txt index 17cfaec..a30801f 100644 --- a/Misc/SpecialBuilds.txt +++ b/Misc/SpecialBuilds.txt @@ -141,6 +141,7 @@ the C way: by not defining NDEBUG), and some routines do additional sanity checks inside "#ifdef Py_DEBUG" blocks. --------------------------------------------------------------------------- COUNT_ALLOCS introduced in 0.9.9 + partly broken in 2.2 and 2.2.1 Each type object grows three new members: |