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 vstinner
Recipients pitrou, vstinner
Date 2016-03-19.13:14:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458393241.38.0.0615974432269.issue26590@psf.upfronthosting.co.za>
In-reply-to
Content
@Antoine: Since you wrote the PEP 442, would you reviewing sock_finalize.patch?

I'm only interested to modify Python 3.6, the bug was only trigerred when I changed the code to log a warning. Before, the socket object was not passed to the warning logger so it worked fine.
History
Date User Action Args
2016-03-19 13:14:01vstinnersetrecipients: + vstinner, pitrou
2016-03-19 13:14:01vstinnersetmessageid: <1458393241.38.0.0615974432269.issue26590@psf.upfronthosting.co.za>
2016-03-19 13:14:01vstinnerlinkissue26590 messages
2016-03-19 13:14:01vstinnercreate