]> granicus.if.org Git - python/commit
bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733)
authorVictor Stinner <vstinner@redhat.com>
Mon, 8 Apr 2019 23:36:34 +0000 (01:36 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Apr 2019 23:36:34 +0000 (01:36 +0200)
commit79b5d29041bd85ea3baa050b3fa2481344ea35c9
tree31c54c1e2fd3d7256d45bcde9258ef5e96115aa5
parenteb7e29f2a9d075accc1ab3faf3612ac44f5e2183
bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733)

Fix reference hunting (``python3 -m test -R 3:3``) when Python has no
built-in abc module: fix _get_dump() reimplementation of libregrtest.
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]