This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vajrasky
Recipients vajrasky
Date 2013-11-29.10:52:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385722372.69.0.175458653403.issue19830@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./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.
History
Date User Action Args
2013-11-29 10:52:52vajraskysetrecipients: + vajrasky
2013-11-29 10:52:52vajraskysetmessageid: <1385722372.69.0.175458653403.issue19830@psf.upfronthosting.co.za>
2013-11-29 10:52:52vajraskylinkissue19830 messages
2013-11-29 10:52:52vajraskycreate