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.

classification
Title: test_asyncio: test_create_server_ssl_verified() failed on AMD64 FreeBSD Non-Debug 3.x
Type: Stage: resolved
Components: asyncio, Tests Versions: Python 3.9
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, vstinner, yselivanov
Priority: normal Keywords:

Created on 2020-01-09 00:10 by vstinner, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg359640 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2020-01-09 00:10
AMD64 FreeBSD Non-Debug 3.x:
https://buildbot.python.org/all/#/builders/214/builds/123

======================================================================
ERROR: test_create_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-9e36.nondebug/build/Lib/test/test_asyncio/test_events.py", line 1106, in test_create_server_ssl_verified
    proto.transport.close()
AttributeError: 'NoneType' object has no attribute 'close'
msg361583 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2020-02-07 10:57
I didn't see this issue recently, I close the issue.
History
Date User Action Args
2022-04-11 14:59:25adminsetgithub: 83449
2020-02-07 10:57:10vstinnersetstatus: open -> closed
resolution: out of date
messages: + msg361583

stage: resolved
2020-01-09 00:10:59vstinnercreate