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 chris.jerdonek
Recipients carljm, chris.jerdonek, matrixise, socketpair, thehesiod, yselivanov
Date 2020-05-08.02:27:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588904858.93.0.163609830878.issue31033@roundup.psfhosted.org>
In-reply-to
Content
I also posted a second PR (separate from the first) that adds a "msg" argument to Future.cancel() and Task.cancel(). That PR is also now ready for review:
https://github.com/python/cpython/pull/19979

The other PR is simpler and more essential though, so I think should be reviewed before this.
History
Date User Action Args
2020-05-08 02:27:38chris.jerdoneksetrecipients: + chris.jerdonek, carljm, socketpair, yselivanov, matrixise, thehesiod
2020-05-08 02:27:38chris.jerdoneksetmessageid: <1588904858.93.0.163609830878.issue31033@roundup.psfhosted.org>
2020-05-08 02:27:38chris.jerdoneklinkissue31033 messages
2020-05-08 02:27:38chris.jerdonekcreate