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.09:38:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458380319.54.0.526630948366.issue26590@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch adds a finalizer to _socket.socket() and use PyErr_ResourceWarning() to log the traceback where the socket was created in the warning logger (if tracemalloc is enabled, see issue #26567).
History
Date User Action Args
2016-03-19 09:38:39vstinnersetrecipients: + vstinner, pitrou
2016-03-19 09:38:39vstinnersetmessageid: <1458380319.54.0.526630948366.issue26590@psf.upfronthosting.co.za>
2016-03-19 09:38:39vstinnerlinkissue26590 messages
2016-03-19 09:38:39vstinnercreate