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 nascheme
Recipients asvetlov, nascheme, vstinner, yselivanov
Date 2021-03-30.20:27:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617136042.77.0.736383271179.issue37368@roundup.psfhosted.org>
In-reply-to
Content
It seems to not be specific to S390, same kind of failure on the PPC64LE RHEL8 LTO + PGE 3.x tester:

Exception ignored in: <function _SSLProtocolTransport.__del__ at 0x7fff83777520>
Traceback (most recent call last):                                              
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/asyncio/sslproto.py", line 321, in __del__
    self.close()                                                                
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/asyncio/sslproto.py", line 316, in close
    self._ssl_protocol._start_shutdown()                                        
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/asyncio/sslproto.py", line 590, in _start_shutdown
    self._abort()                                                               
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/asyncio/sslproto.py", line 731, in _abort
    self._transport.abort()                                                     
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/asyncio/selector_events.py", line 680, in abort
    self._force_close(None)                                                     
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/asyncio/selector_events.py", line 731, in _force_close
    self._loop.call_soon(self._call_connection_lost, exc)                       
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/asyncio/base_events.py", line 745, in call_soon
    self._check_closed()                                                        
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/asyncio/base_events.py", line 510, in _check_closed
    raise RuntimeError('Event loop is closed')                                  
RuntimeError: Event loop is closed
History
Date User Action Args
2021-03-30 20:27:22naschemesetrecipients: + nascheme, vstinner, asvetlov, yselivanov
2021-03-30 20:27:22naschemesetmessageid: <1617136042.77.0.736383271179.issue37368@roundup.psfhosted.org>
2021-03-30 20:27:22naschemelinkissue37368 messages
2021-03-30 20:27:22naschemecreate