Re: [Python-Dev] Track ResourceWarning warnings with tracemalloc

2013-11-29 Thread Nick Coghlan
On 29 November 2013 22:12, Victor Stinner 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, Ni

Re: [Python-Dev] Track ResourceWarning warnings with tracemalloc

2013-11-29 Thread Serhiy Storchaka
29.11.13 14:12, Victor Stinner написав(ла): 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 :-) Great! ___ Python-Dev mailing list Python-Dev@python.org https://