]> granicus.if.org Git - python/commit
[3.6] bpo-31323: Fix reference leak in test_ssl (GH-3263) (#3538)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 Sep 2017 10:27:34 +0000 (03:27 -0700)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 13 Sep 2017 10:27:34 +0000 (03:27 -0700)
commit1b00bddd5c4a5728b15eee5a27ed3f78a173ef64
treead4d70897654934d821a55a3102ae5704d32f470
parent547f2a97ea77ee6b3fe2f5b80c2c1fa20956b5a1
[3.6] bpo-31323: Fix reference leak in test_ssl (GH-3263) (#3538)

Store exceptions as string rather than object to prevent reference
cycles which cause leaking dangling threads.
(cherry picked from commit 868710158910fa38e285ce0e6d50026e1d0b2a8c)
Lib/test/test_ssl.py