Message 413377 - Python tracker (original) (raw)

Message413377

Author gvanrossum
Recipients ajoino, alex.gronholm, asvetlov, gvanrossum, iritkatriel, jab, njs, tinchester, yselivanov
Date 2022-02-17.01:49:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1645062577.92.0.955385064866.issue46771@roundup.psfhosted.org
In-reply-to
Content
> (I note that there is no documented way to retrieve the cancel message; you're supposed to access the protected `_cancel_message` attribute, apparently. Looks like we forgot something there.) Oh, it's passed to the CancelledError() constructor. But that's not documented either (I had to find the original issue that introduced this to figure it out -- bpo-31033).
History
Date User Action Args
2022-02-17 01:49:37 gvanrossum set recipients: + gvanrossum, njs, jab, asvetlov, alex.gronholm, yselivanov, tinchester, iritkatriel, ajoino
2022-02-17 01:49:37 gvanrossum set messageid: 1645062577.92.0.955385064866.issue46771@roundup.psfhosted.org
2022-02-17 01:49:37 gvanrossum link issue46771 messages
2022-02-17 01:49:37 gvanrossum create