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 vstinner
Recipients gdr@garethrees.org, lemburg, mark.dickinson, rhettinger, vstinner
Date 2021-10-15.12:42:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634301736.55.0.303751101053.issue45476@roundup.psfhosted.org>
In-reply-to
Content
> #define Py_RVALUE(expr) ((void)0, (expr))

Oh, that's a clever trick!

I wrote GH-28976 which uses it.
History
Date User Action Args
2021-10-15 12:42:16vstinnersetrecipients: + vstinner, lemburg, rhettinger, mark.dickinson, gdr@garethrees.org
2021-10-15 12:42:16vstinnersetmessageid: <1634301736.55.0.303751101053.issue45476@roundup.psfhosted.org>
2021-10-15 12:42:16vstinnerlinkissue45476 messages
2021-10-15 12:42:16vstinnercreate