[issue19297] test_asyncio: unclosed sockets

2013-10-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8ad3e9cf9590 by Antoine Pitrou in branch 'default': Close #19297: fix resource warnings in test_asyncio. Patch by Vajrasky Kok. http://hg.python.org/cpython/rev/8ad3e9cf9590 -- nosy: +python-dev resolution: -> fixed stage: patch review ->

[issue19297] test_asyncio: unclosed sockets

2013-10-20 Thread Guido van Rossum
Guido van Rossum added the comment: OK, commit it. --Guido van Rossum (sent from Android phone) On Oct 20, 2013 2:06 PM, "Antoine Pitrou" wrote: > > Antoine Pitrou added the comment: > > Yes, there is one :) > > -- > > ___ > Python tracker >

[issue19297] test_asyncio: unclosed sockets

2013-10-20 Thread Antoine Pitrou
Antoine Pitrou added the comment: Yes, there is one :) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue19297] test_asyncio: unclosed sockets

2013-10-20 Thread Guido van Rossum
Guido van Rossum added the comment: Is there a patch yet? --Guido van Rossum (sent from Android phone) On Oct 20, 2013 1:11 PM, "Antoine Pitrou" wrote: > > Antoine Pitrou added the comment: > > Since the alpha appears to have been delayed, I think it would be good to > commit. > > -- >

[issue19297] test_asyncio: unclosed sockets

2013-10-20 Thread Antoine Pitrou
Antoine Pitrou added the comment: Since the alpha appears to have been delayed, I think it would be good to commit. -- nosy: +pitrou ___ Python tracker ___ _

[issue19297] test_asyncio: unclosed sockets

2013-10-19 Thread Stefan Krah
Stefan Krah added the comment: Yes, the fix can certainly be delayed -- it's just a minor thing that's as little distracting. -- ___ Python tracker ___ __

[issue19297] test_asyncio: unclosed sockets

2013-10-19 Thread Guido van Rossum
Guido van Rossum added the comment: I noticed this previously and was told it wasn't very important. Can I delay the fix until after the alpha 4 release? -- ___ Python tracker _

[issue19297] test_asyncio: unclosed sockets

2013-10-19 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +gvanrossum stage: -> patch review type: -> resource usage ___ Python tracker ___ ___ Python-bu

[issue19297] test_asyncio: unclosed sockets

2013-10-19 Thread Vajrasky Kok
Vajrasky Kok added the comment: Attached the patch to fix the resource warning problem. -- keywords: +patch nosy: +vajrasky Added file: http://bugs.python.org/file32224/close_httpd_server_in_asyncio_test_utils.patch ___ Python tracker

[issue19297] test_asyncio: unclosed sockets

2013-10-19 Thread Stefan Krah
New submission from Stefan Krah: unittest produces the following resource warnings: $ ./python -m test -uall test_asyncio [1/1] test_asyncio /home/stefan/hg/master/Lib/unittest/case.py:571: ResourceWarning: unclosed testMethod() /home/stefan/hg/master/Lib/unittest/case.py:571: ResourceWarnin