This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author geertj
Recipients Ben.Darnell, alex, chatgris, christian.heimes, dstufft, ezio.melotti, geertj, giampaolo.rodola, gvanrossum, janssen, pitrou, sbt, vstinner, yselivanov
Date 2014-10-04.22:15:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412460950.98.0.790678244844.issue21965@psf.upfronthosting.co.za>
In-reply-to
Content
> 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?
History
Date User Action Args
2014-10-04 22:15:51geertjsetrecipients: + geertj, gvanrossum, janssen, pitrou, vstinner, giampaolo.rodola, christian.heimes, ezio.melotti, alex, sbt, Ben.Darnell, yselivanov, dstufft, chatgris
2014-10-04 22:15:50geertjsetmessageid: <1412460950.98.0.790678244844.issue21965@psf.upfronthosting.co.za>
2014-10-04 22:15:50geertjlinkissue21965 messages
2014-10-04 22:15:50geertjcreate