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 berker.peksag, serhiy.storchaka, vstinner
Date 2016-04-01.20:50:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459543858.3.0.750122203269.issue26687@psf.upfronthosting.co.za>
In-reply-to
Content
This patch and more can be generated by Сoccinelle [1] semantic patch.

    spatch --in-place --dir . --sp-file py_return_none_macro.cocci

But be aware that some maintainers consider such sort of changes a code churn.

[1] http://coccinelle.lip6.fr/
History
Date User Action Args
2016-04-01 20:50:58serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, berker.peksag
2016-04-01 20:50:58serhiy.storchakasetmessageid: <1459543858.3.0.750122203269.issue26687@psf.upfronthosting.co.za>
2016-04-01 20:50:58serhiy.storchakalinkissue26687 messages
2016-04-01 20:50:58serhiy.storchakacreate