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 loewis, ned.deily, rhettinger, serhiy.storchaka, xiang.zhang
Date 2016-04-22.06:34:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461306880.12.0.788614846073.issue26824@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, sorry. This makes sense.

But there is one catch. If allow a macro to be used with an argument not of type PyObject*, this will make harder to change the implementation and convert the macro to a function.

And this may increase the probability to make an error with calling macros with wrong argument.

I have no strong opinion about this patch.
History
Date User Action Args
2016-04-22 06:34:40serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, rhettinger, ned.deily, xiang.zhang
2016-04-22 06:34:40serhiy.storchakasetmessageid: <1461306880.12.0.788614846073.issue26824@psf.upfronthosting.co.za>
2016-04-22 06:34:40serhiy.storchakalinkissue26824 messages
2016-04-22 06:34:40serhiy.storchakacreate