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:55:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533250555.31.0.56676864532.issue34323@psf.upfronthosting.co.za>
In-reply-to
Content
I *suspect* the issue is down to a discrepancy between:
- IocpProactor.close(), and
- IocpProactor._poll()

When the former calls the latter, it seems to be expecting a truth value response from _poll() to indicate that no timeout occurred. However, the latter only ever returns None.

Of note is that `ms != 0` whenever a timeout occurs, potentially giving a simple test point.
History
Date User Action Args
2018-08-02 22:55:55johnboy2setrecipients: + johnboy2, asvetlov, yselivanov
2018-08-02 22:55:55johnboy2setmessageid: <1533250555.31.0.56676864532.issue34323@psf.upfronthosting.co.za>
2018-08-02 22:55:55johnboy2linkissue34323 messages
2018-08-02 22:55:55johnboy2create