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 espie, rhettinger, serhiy.storchaka, vstinner
Date 2017-05-25.09:56:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495706182.6.0.66067086757.issue30459@psf.upfronthosting.co.za>
In-reply-to
Content
I think it would be safer to just cast the result of the expression to void. This decreases the chance of breaking valid code, that for example uses PyList_SET_ITEM() in a comma expression.
History
Date User Action Args
2017-05-25 09:56:22serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner, espie
2017-05-25 09:56:22serhiy.storchakasetmessageid: <1495706182.6.0.66067086757.issue30459@psf.upfronthosting.co.za>
2017-05-25 09:56:22serhiy.storchakalinkissue30459 messages
2017-05-25 09:56:22serhiy.storchakacreate