[issue22569] Add support for weakrefs to _socket.socket

2014-10-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset d5688a94a56c by Benjamin Peterson in branch '2.7': make _socket.socket weakrefable (closes #22569) https://hg.python.org/cpython/rev/d5688a94a56c -- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed

[issue22569] Add support for weakrefs to _socket.socket

2014-10-06 Thread Alex Gaynor
New submission from Alex Gaynor: This is needed to keep the _ssl module reasonably in sync with it's Python3 counterpart. -- files: weakref-me-captain.diff keywords: needs review, patch messages: 228695 nosy: alex, benjamin.peterson priority: normal severity: normal status: open title: