]> granicus.if.org Git - python/commit
bpo-36842: Fix reference leak in tests by running out-of-proc (GH-13556)
authorSteve Dower <steve.dower@python.org>
Wed, 29 May 2019 15:20:35 +0000 (08:20 -0700)
committerGitHub <noreply@github.com>
Wed, 29 May 2019 15:20:35 +0000 (08:20 -0700)
commit9ddc416e9f6635376312c3615193f19480ac772a
tree826849e61bb4352e384bc842a4626e5c266ba05d
parentd8b755167235e0621814eb5ac39163b3db6879bb
bpo-36842: Fix reference leak in tests by running out-of-proc (GH-13556)
Lib/test/audit-tests.py [new file with mode: 0644]
Lib/test/libregrtest/setup.py
Lib/test/test_audit.py