homepage

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 xiang.zhang
Recipients christian.heimes, xiang.zhang
Date 2016年09月12日.03:34:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473651242.99.0.55455406585.issue28093@psf.upfronthosting.co.za>
In-reply-to
Content
I can consistently product a ResourceWarning when running test_ssl:
./python -m test test_ssl
Run tests sequentially
0:00:00 [1/1] test_ssl
Exception in thread Thread-81:
Traceback (most recent call last):
 File "/home/angwer/cpython/Lib/threading.py", line 916, in _bootstrap_inner
 self.run()
 File "/home/angwer/cpython/Lib/test/test_ssl.py", line 1924, in run
 if not self.wrap_conn():
 File "/home/angwer/cpython/Lib/test/test_ssl.py", line 1869, in wrap_conn
 self.sock, server_side=True)
 File "/home/angwer/cpython/Lib/ssl.py", line 401, in wrap_socket
 _context=self, _session=session)
 File "/home/angwer/cpython/Lib/ssl.py", line 764, in __init__
 raise ValueError("check_hostname requires server_hostname")
ValueError: check_hostname requires server_hostname
/home/angwer/cpython/Lib/threading.py:916: ResourceWarning: unclosed <socket.socket fd=5, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 34271), raddr=('127.0.0.1', 34156)>
 self.run()
1 test OK.
Total duration: 1 sec
Tests result: SUCCESS
History
Date User Action Args
2016年09月12日 03:34:03xiang.zhangsetrecipients: + xiang.zhang, christian.heimes
2016年09月12日 03:34:02xiang.zhangsetmessageid: <1473651242.99.0.55455406585.issue28093@psf.upfronthosting.co.za>
2016年09月12日 03:34:02xiang.zhanglinkissue28093 messages
2016年09月12日 03:34:02xiang.zhangcreate

AltStyle によって変換されたページ (->オリジナル) /