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 vstinner
Recipients vstinner
Date 2016-03-21.16:20:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458577224.08.0.0453487272956.issue26604@psf.upfronthosting.co.za>
In-reply-to
Content
For asyncio, it should help to fix the ResourceWarning warnings on AIX (which has a broken ssl module):

http://buildbot.python.org/all/builders/PPC64%20AIX%203.x/builds/4700/steps/test/logs/stdio

test_create_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests) ... FAIL
/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/unittest/case.py:628: ResourceWarning: unclosed <socket.socket fd=22, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('127.0.0.1', 55439)>
  outcome.errors.clear()
History
Date User Action Args
2016-03-21 16:20:24vstinnersetrecipients: + vstinner
2016-03-21 16:20:24vstinnersetmessageid: <1458577224.08.0.0453487272956.issue26604@psf.upfronthosting.co.za>
2016-03-21 16:20:24vstinnerlinkissue26604 messages
2016-03-21 16:20:23vstinnercreate