]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix test_ssl.test_refcycle()
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Mar 2016 16:26:04 +0000 (17:26 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Mar 2016 16:26:04 +0000 (17:26 +0100)
commite0b75b7e87a385ca8b125e35e7c558626811ca99
treea1bdb9d7ede87cca0f01ddf8378d65dd1f7f43f3
parent19a8e844e455a26419f35bd4b57d4a7d19b61b69
Fix test_ssl.test_refcycle()

Issue #26590: support.check_warnings() stores warnins, but ResourceWarning now
comes with a reference to the socket object which indirectly keeps the socket
alive.
Lib/test/test_ssl.py