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 akayunov, asvetlov, yselivanov
Date 2019-11-13.10:20:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573640452.42.0.287348011536.issue38785@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the report!
I would say that deriving from the future class without calling super().__init__() is an error.
After fixing this the snippet raises expected "RuntimeError: yield was used instead of yield from in task" error.
History
Date User Action Args
2019-11-13 10:20:52asvetlovsetrecipients: + asvetlov, yselivanov, akayunov
2019-11-13 10:20:52asvetlovsetmessageid: <1573640452.42.0.287348011536.issue38785@roundup.psfhosted.org>
2019-11-13 10:20:52asvetlovlinkissue38785 messages
2019-11-13 10:20:52asvetlovcreate