[Python-Dev] Track ResourceWarning warnings with tracemalloc
Nick Coghlan
ncoghlan at gmail.com
Sat Nov 30 03:54:30 CET 2013
More information about the Python-Dev mailing list
Sat Nov 30 03:54:30 CET 2013
- Previous message: [Python-Dev] Track ResourceWarning warnings with tracemalloc
- Next message: [Python-Dev] Verification of SSL cert and hostname made easy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 29 November 2013 22:12, Victor Stinner <victor.stinner at gmail.com> wrote: > You can see that the socket was created by test_poplib at line 407 > TestPOP3_TLSClass.setUp). It's more useful than the previous warning > :-) Excellent! I was hoping tracemalloc would make it practical to track some of those down :) Cheers, Nick. -- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
- Previous message: [Python-Dev] Track ResourceWarning warnings with tracemalloc
- Next message: [Python-Dev] Verification of SSL cert and hostname made easy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list