commit | e0b75b7e87a385ca8b125e35e7c558626811ca99 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Mar 21 17:26:04 2016 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Mon Mar 21 17:26:04 2016 +0100 |
tree | a1bdb9d7ede87cca0f01ddf8378d65dd1f7f43f3 | |
parent | 19a8e844e455a26419f35bd4b57d4a7d19b61b69 [diff] |
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.