[issue38856] wait_closed() can raise ConnectionResetError

2020-01-21 Thread STINNER Victor
STINNER Victor added the comment: Why is this issue marked as a release blocker? Is it a Python 3.8 regression, or just a regular bug? -- nosy: +vstinner ___ Python tracker _

[issue38856] wait_closed() can raise ConnectionResetError

2019-12-09 Thread Andrew Svetlov
Change by Andrew Svetlov : -- assignee: -> asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue38856] wait_closed() can raise ConnectionResetError

2019-12-09 Thread Andrew Svetlov
Andrew Svetlov added the comment: Sorry, I've missed this issue. I'll address it in a while. -- ___ Python tracker ___ ___ Python-b

[issue38856] wait_closed() can raise ConnectionResetError

2019-12-09 Thread Łukasz Langa
Łukasz Langa added the comment: Note: this is going to miss Python 3.8.1 as I'm releasing 3.8.1rc1 right now. Please address this before 3.8.2 (due in February). -- ___ Python tracker __

[issue38856] wait_closed() can raise ConnectionResetError

2019-11-19 Thread Yury Selivanov
New submission from Yury Selivanov : The exception should probably be just ignored. Andrew, thoughts? Here's an example error traceback: Traceback (most recent call last): File "c:\projects\asyncpg\asyncpg\connection.py", line 1227, in _cancel await w.wait_closed()