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.

classification
Title: Add support for weakrefs to _socket.socket
Type: Stage: resolved
Components: Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: alex, benjamin.peterson, python-dev
Priority: normal Keywords: needs review, patch

Created on 2014-10-06 14:34 by alex, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
weakref-me-captain.diff alex, 2014-10-06 14:34
Messages (2)
msg228695 - (view) Author: Alex Gaynor (alex) * (Python committer) Date: 2014-10-06 14:34
This is needed to keep the _ssl module reasonably in sync with it's Python3 counterpart.
msg228726 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-10-06 18:38
New changeset d5688a94a56c by Benjamin Peterson in branch '2.7':
make _socket.socket weakrefable (closes #22569)
https://hg.python.org/cpython/rev/d5688a94a56c
History
Date User Action Args
2022-04-11 14:58:08adminsetgithub: 66759
2014-10-06 18:38:34python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg228726

resolution: fixed
stage: resolved
2014-10-06 14:36:26alexlinkissue22559 dependencies
2014-10-06 14:34:28alexcreate