]> granicus.if.org Git - python/commit
Issue #18174: "python -m test --huntrleaks ..." now also checks for leak of
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 2 Oct 2015 22:20:56 +0000 (00:20 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 2 Oct 2015 22:20:56 +0000 (00:20 +0200)
commit076fc872bca0f3aa4e6140021e5c05fc4360e82a
tree8a8a53748fa30ca804bf0b487e4a4ce4aedbfffc
parent6661d885a34b355200b8ee6bd559af0a5cfc9c8b
Issue #18174: "python -m test --huntrleaks ..." now also checks for leak of
file descriptors. Patch written by Richard Oudkerk.
Lib/test/libregrtest/refleak.py
Lib/test/test_regrtest.py
Misc/NEWS