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 socketpair
Recipients chris.jerdonek, matrixise, socketpair, yselivanov
Date 2017-08-11.05:34:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502429690.06.0.0743875174398.issue31033@psf.upfronthosting.co.za>
In-reply-to
Content
1. Yes, specifying argument to cancel in `raise CancelledError` would be perfect
2. specifying argument to `.cancel()` is still actual.
3. Yes, important part of exceptions should not be swallowed (please open separate issue). Also, it will be nice to show which code calls `.cancel()`, not only `sleep()` you menitioned.
History
Date User Action Args
2017-08-11 05:34:50socketpairsetrecipients: + socketpair, chris.jerdonek, yselivanov, matrixise
2017-08-11 05:34:50socketpairsetmessageid: <1502429690.06.0.0743875174398.issue31033@psf.upfronthosting.co.za>
2017-08-11 05:34:50socketpairlinkissue31033 messages
2017-08-11 05:34:49socketpaircreate