[New-bugs-announce] [issue34323] False timeout log message on proactor close

John Nelson report at bugs.python.org
Thu Aug 2 18:50:13 EDT 2018


New submission from John Nelson <john at jnelson.ca>:

Repro:
 1. Run the attached script ('repro.py')

Expected output:

2018-07-31 16:39:57,069 - asyncio - DEBUG - Using proactor: IocpProactor
2018-07-31 16:39:57,084 - root - INFO - Starting
2018-07-31 16:39:58,100 - root - INFO - Sleep done
2018-07-31 16:39:58,100 - root - INFO - Loop closed

Actual output:

2018-07-31 16:37:58,583 - asyncio - DEBUG - Using proactor: IocpProactor
2018-07-31 16:37:58,599 - root - INFO - Starting
2018-07-31 16:37:59,614 - root - INFO - Sleep done
2018-07-31 16:37:59,614 - asyncio - DEBUG - taking long time to close proactor
2018-07-31 16:37:59,614 - root - INFO - Loop closed

----------
components: asyncio
files: repro.py
messages: 322994
nosy: asvetlov, johnboy2, yselivanov
priority: normal
severity: normal
status: open
title: False timeout log message on proactor close
type: behavior
versions: Python 3.5
Added file: https://bugs.python.org/file47730/repro.py

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34323>
_______________________________________


More information about the New-bugs-announce mailing list