]> granicus.if.org Git - python/commit
Have script_helper._assert_python strip refcount strings from stderr.
authorR. David Murray <rdmurray@bitdance.com>
Wed, 8 Dec 2010 22:53:00 +0000 (22:53 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Wed, 8 Dec 2010 22:53:00 +0000 (22:53 +0000)
commit1b2bd3b348d7bb861ae8c92853e5058766ebff80
tree00adf90a92566bfc7e14406422da847b331d4ea8
parent53a9dd776e62f6bc3b1884f3aa82e49a78bd83a8
Have script_helper._assert_python strip refcount strings from stderr.

This makes the output of the function and those that depend on it
independent of whether or not they are being run under a debug
build.
Lib/test/script_helper.py