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 johnboy2
Recipients asvetlov, johnboy2, yselivanov
Date 2018-08-02.22:50:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533250213.71.0.56676864532.issue34323@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-08-02 22:50:13johnboy2setrecipients: + johnboy2, asvetlov, yselivanov
2018-08-02 22:50:13johnboy2setmessageid: <1533250213.71.0.56676864532.issue34323@psf.upfronthosting.co.za>
2018-08-02 22:50:13johnboy2linkissue34323 messages
2018-08-02 22:50:13johnboy2create