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 Roland Netzsch
Recipients Roland Netzsch, asvetlov, yselivanov
Date 2019-06-08.11:07:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559992040.91.0.159243641871.issue37202@roundup.psfhosted.org>
In-reply-to
Content
The attached file produces the following output:

    wait is still running
    wait is not set to cancelled!
    Awaiting cancelled future produced a CancelledError.

A look a the documentation does not suggest a need to await the future in order to make sure the cancelled-flag is being set.
History
Date User Action Args
2019-06-08 11:07:20Roland Netzschsetrecipients: + Roland Netzsch, asvetlov, yselivanov
2019-06-08 11:07:20Roland Netzschsetmessageid: <1559992040.91.0.159243641871.issue37202@roundup.psfhosted.org>
2019-06-08 11:07:20Roland Netzschlinkissue37202 messages
2019-06-08 11:07:20Roland Netzschcreate