[issue19830] test_poplib emits resource warning

2013-12-08 Thread Serhiy Storchaka

Changes by Serhiy Storchaka storch...@gmail.com:


--
nosy: +haypo
stage:  - patch review

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19830
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue19830
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue19830
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19830] test_poplib emits resource warning

2013-11-30 Thread R. David Murray

Changes by R. David Murray rdmur...@bitdance.com:


--
components: +email
nosy: +barry, r.david.murray

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19830
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue19830
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19830] test_poplib emits resource warning

2013-11-29 Thread Vajrasky Kok

New submission from Vajrasky Kok:

$ ./python Lib/test/test_poplib.py
omitted
test_uidl (__main__.TestPOP3_TLSClass) ... ok
test_user (__main__.TestPOP3_TLSClass) ... ok

--
Ran 62 tests in 4.994s

OK
/home/ethan/Documents/code/python/cpython3.4/Lib/test/support/__init__.py:1331: 
ResourceWarning: unclosed ssl.SSLSocket fd=5, family=AddressFamily.AF_INET, 
type=2049, proto=6, laddr=('127.0.0.1', 46785), raddr=('127.0.0.1', 55396)
  gc.collect()


Attached the patch to fix the resource warning.

--
components: Tests
files: fix_test_poplib_resource_warning.patch
keywords: patch
messages: 204716
nosy: vajrasky
priority: normal
severity: normal
status: open
title: test_poplib emits resource warning
type: resource usage
versions: Python 3.4
Added file: 
http://bugs.python.org/file32886/fix_test_poplib_resource_warning.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19830
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com