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 serhiy.storchaka
Recipients FHTMitchell, serhiy.storchaka
Date 2018-05-17.11:40:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526557244.49.0.682650639539.issue33555@psf.upfronthosting.co.za>
In-reply-to
Content
It is not silently ignored. It is used as an argument to construct StopIteration. See The Python Language Reference:

https://docs.python.org/3/reference/simple_stmts.html#the-return-statement
History
Date User Action Args
2018-05-17 11:40:44serhiy.storchakasetrecipients: + serhiy.storchaka, FHTMitchell
2018-05-17 11:40:44serhiy.storchakasetmessageid: <1526557244.49.0.682650639539.issue33555@psf.upfronthosting.co.za>
2018-05-17 11:40:44serhiy.storchakalinkissue33555 messages
2018-05-17 11:40:44serhiy.storchakacreate