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 sobolevn
Recipients AlexWaygood, JelleZijlstra, gvanrossum, kj, sobolevn
Date 2022-01-22.23:12:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642893164.68.0.885745497303.issue46475@roundup.psfhosted.org>
In-reply-to
Content
I agree.

Plus, I cannot refrain from saying that it is generally quite hard to teach what "NoReturn" is.

I start by explaining what bottom type and `void` is and then just say that in Python it is called `NoReturn`. I remember that there was a discussion about `Never` alias for it.

Jelle, will you please push it? :)
History
Date User Action Args
2022-01-22 23:12:44sobolevnsetrecipients: + sobolevn, gvanrossum, JelleZijlstra, kj, AlexWaygood
2022-01-22 23:12:44sobolevnsetmessageid: <1642893164.68.0.885745497303.issue46475@roundup.psfhosted.org>
2022-01-22 23:12:44sobolevnlinkissue46475 messages
2022-01-22 23:12:44sobolevncreate