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 iritkatriel
Recipients Romuald, iritkatriel
Date 2021-08-03.22:40:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628030408.31.0.870524790935.issue42524@roundup.psfhosted.org>
In-reply-to
Content
It actually is in the locals, and it's called __return__. So you can access it with 

locals()['__return__']

I'll try to see where that can be documented.
History
Date User Action Args
2021-08-03 22:40:08iritkatrielsetrecipients: + iritkatriel, Romuald
2021-08-03 22:40:08iritkatrielsetmessageid: <1628030408.31.0.870524790935.issue42524@roundup.psfhosted.org>
2021-08-03 22:40:08iritkatriellinkissue42524 messages
2021-08-03 22:40:08iritkatrielcreate