]> granicus.if.org Git - python/commit
Don't ever report a failure when the sum of the reference count differences
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 11 May 2007 05:55:15 +0000 (05:55 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 11 May 2007 05:55:15 +0000 (05:55 +0000)
commitd9841039dbd0e37746d46f6e46ce1d82b85a21b3
treefee131464aef6441792a56cccf449f73306461e9
parent360496d9c0d3c943089efb1a4fe6c2be062b8601
Don't ever report a failure when the sum of the reference count differences
are zero.  This should help reduce the false positives.

The message about references leaking is maintained to provide as much
info as possible rather than simply suppressing the message at the source.
Lib/test/regrtest.py
Misc/build.sh