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-11.15:47:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473608852.44.0.362868220522.issue28078@psf.upfronthosting.co.za>
In-reply-to
Content
test_aead_aes_gcm (test.test_socket.LinuxKernelCryptoAPI) ... /home/angwer/cpython/Lib/unittest/case.py:600: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_ALG, type=SocketKind.SOCK_SEQPACKET, proto=0>
  testMethod()
skipped "('[Errno 2] No such file or directory', 'aead', 'gcm(aes)')"
test_sendmsg_afalg_args (test.test_socket.LinuxKernelCryptoAPI) ... /home/angwer/cpython/Lib/unittest/case.py:600: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_ALG, type=SocketKind.SOCK_SEQPACKET, proto=0>
  testMethod()
ok

Christian, after issue27744, there are 2 resource warnings in test_socket. test_socket.patch eliminates them.
History
Date User Action Args
2016-09-11 15:47:32xiang.zhangsetrecipients: + xiang.zhang, christian.heimes
2016-09-11 15:47:32xiang.zhangsetmessageid: <1473608852.44.0.362868220522.issue28078@psf.upfronthosting.co.za>
2016-09-11 15:47:32xiang.zhanglinkissue28078 messages
2016-09-11 15:47:32xiang.zhangcreate