[issue19830] test_poplib emits resource warning

2013-12-08 Thread STINNER Victor
STINNER Victor added the comment: The patch fixes the ResourceWarning, thanks. -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue19830] test_poplib emits resource warning

2013-12-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1e3c7153a14d by Victor Stinner in branch 'default': Fix #19830: Fix a ResourceWarning in test_poplib. http://hg.python.org/cpython/rev/1e3c7153a14d -- nosy: +python-dev ___ Python tracker

[issue19830] test_poplib emits resource warning

2013-12-08 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +haypo stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue19830] test_poplib emits resource warning

2013-11-30 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: See also http://permalink.gmane.org/gmane.comp.python.devel/143803 in which Victor had found a place of the leak. -- nosy: +serhiy.storchaka ___ Python tracker _

[issue19830] test_poplib emits resource warning

2013-11-30 Thread R. David Murray
Changes by R. David Murray : -- components: +email nosy: +barry, r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue19830] test_poplib emits resource warning

2013-11-29 Thread Vajrasky Kok
New submission from Vajrasky Kok: $ ./python Lib/test/test_poplib.py test_uidl (__main__.TestPOP3_TLSClass) ... ok test_user (__main__.TestPOP3_TLSClass) ... ok -- Ran 62 tests in 4.994s OK /home/ethan/Documents/code/python/cp