]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733) (GH-12734)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 8 Apr 2019 23:54:16 +0000 (16:54 -0700)
committerVictor Stinner <vstinner@redhat.com>
Mon, 8 Apr 2019 23:54:16 +0000 (01:54 +0200)
commit2368d86ed1249505b10561e005fc57f4884619c1
tree88e04c947424345b8ec42cb432113d79501d98e4
parent1f0ff57acbb6f3c2e8715af74b98984c6aa45ea6
bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733) (GH-12734)

Fix reference hunting (``python3 -m test -R 3:3``) when Python has no
built-in abc module: fix _get_dump() reimplementation of libregrtest.
(cherry picked from commit 79b5d29041bd85ea3baa050b3fa2481344ea35c9)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Lib/test/libregrtest/refleak.py
Misc/NEWS.d/next/Tests/2019-04-08-19-01-21.bpo-36565.2bxgtU.rst [new file with mode: 0644]