]> granicus.if.org Git - python/commit
bpo-36465: Fix test_regrtest on Windows (GH-12945)
authorVictor Stinner <vstinner@redhat.com>
Wed, 24 Apr 2019 23:46:31 +0000 (01:46 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Apr 2019 23:46:31 +0000 (01:46 +0200)
commit235e7b2b0d937ba8b4a9172aa72206187e3e1f54
treea0b6c4c0698c4ec2d911a6b798fc945eb430e8ad
parentf4e4703e746067d6630410408d414b11003334d6
bpo-36465: Fix test_regrtest on Windows (GH-12945)

Fix Py_DEBUG constant: check for sys.gettotalrefcount attribute
rather than sys.getobjects.

Update also SpecialBuilds.txt documentation.
Lib/test/test_regrtest.py
Misc/SpecialBuilds.txt