Dima Tisnek <[email protected]> added the comment:
@fantix alas, no:
~/cpython (asvetlov--new-ssl|✚1) [1] > ./python.exe ~/repro-39951.py
Traceback (most recent call last):
File "/Users/dima.tisnek/repro-39951.py", line 33, in <module>
asyncio.run(test())
File "/Users/dima.tisnek/cpython/Lib/asyncio/runners.py", line 43, in run
return loop.run_until_complete(main)
File "/Users/dima.tisnek/cpython/Lib/asyncio/base_events.py", line 642, in
run_until_complete
return future.result()
File "/Users/dima.tisnek/repro-39951.py", line 30, in test
await w.wait_closed()
File "/Users/dima.tisnek/cpython/Lib/asyncio/streams.py", line 359, in
wait_closed
await self._protocol._get_close_waiter(self)
File "/Users/dima.tisnek/cpython/Lib/asyncio/sslproto.py", line 638, in
_do_shutdown
self._sslobj.unwrap()
File "/Users/dima.tisnek/cpython/Lib/ssl.py", line 948, in unwrap
return self._sslobj.shutdown()
ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify
(_ssl.c:2730)
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue39951>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com