◐ Shell
clean mode source ↗

Message 228504 - Python tracker

> One issue with the "owner" is that there is now a reference cycle between SSLSocket and SSLObject (something which the original design is careful to avoid by using weakrefs in the _ssl module).

Note that owner is a weakref :) Did you look at the code?