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 alex, christian.heimes, dstufft, geertj, giampaolo.rodola, janssen, pitrou
Date 2014-10-05.23:11:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412550660.65.0.730740001067.issue22559@psf.upfronthosting.co.za>
In-reply-to
Content
> In Python2 socket._socketobject composes with _socket.socket, so we pass "self._sock", that way it has teh right C-level fields. Unfortunately taking a weakref of _socket.socket is not allowed.

I see, and agree that making it weakref-able would be a bad idea for a minor release.
History
Date User Action Args
2014-10-05 23:11:00geertjsetrecipients: + geertj, janssen, pitrou, giampaolo.rodola, christian.heimes, alex, dstufft
2014-10-05 23:11:00geertjsetmessageid: <1412550660.65.0.730740001067.issue22559@psf.upfronthosting.co.za>
2014-10-05 23:11:00geertjlinkissue22559 messages
2014-10-05 23:11:00geertjcreate