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 asvetlov
Recipients asvetlov, yselivanov, Валентин Бурченя
Date 2019-06-14.10:44:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560509066.12.0.926618401815.issue37281@roundup.psfhosted.org>
In-reply-to
Content
1. Task._fut_waiter is a private API, please avoid it
2. Task class is derived from Future, thus it HAS add_done_callback() method. The other question is that from my experience if the application-level code uses add_done_callback() the design is not perfect and error-prone. add_done_callback() is useful for relatively low-level libraries.
History
Date User Action Args
2019-06-14 10:44:26asvetlovsetrecipients: + asvetlov, yselivanov, Валентин Бурченя
2019-06-14 10:44:26asvetlovsetmessageid: <1560509066.12.0.926618401815.issue37281@roundup.psfhosted.org>
2019-06-14 10:44:26asvetlovlinkissue37281 messages
2019-06-14 10:44:26asvetlovcreate