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 anacrolix
Recipients anacrolix
Date 2012-01-26.12:57:30
SpamBayes Score 0.00013741835
Marked as misclassified No
Message-id <1327582652.34.0.856044764189.issue13872@psf.upfronthosting.co.za>
In-reply-to
Content
socket.socket.detach doesn't mark the socket._closed flag. The flag is specific to the Python wrapper, so the fix is put there. Test included.
History
Date User Action Args
2012-01-26 12:57:32anacrolixsetrecipients: + anacrolix
2012-01-26 12:57:32anacrolixsetmessageid: <1327582652.34.0.856044764189.issue13872@psf.upfronthosting.co.za>
2012-01-26 12:57:31anacrolixlinkissue13872 messages
2012-01-26 12:57:31anacrolixcreate