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 asvetlov
Recipients asvetlov, georg.brandl, loewis, pitrou, python-dev
Date 2012-12-25.15:17:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356448674.3.0.0818419387886.issue15422@psf.upfronthosting.co.za>
In-reply-to
Content
1. Yes, you right. We use this idiom also for PyAST_CompileEx, PyErr_WarnEx and bunch of functions in ./Include/pythonrun.h
2. Patch is very simple and was available for review almost 3 months.
I assumed that developers looked on this and had no objections.
Sorry if I was wrong.
3. The change is not required. But, I think, it can be helpful to use direct function calls instead of macros, especially for functions which are part of Stable API.
History
Date User Action Args
2012-12-25 15:17:54asvetlovsetrecipients: + asvetlov, loewis, georg.brandl, pitrou, python-dev
2012-12-25 15:17:54asvetlovsetmessageid: <1356448674.3.0.0818419387886.issue15422@psf.upfronthosting.co.za>
2012-12-25 15:17:54asvetlovlinkissue15422 messages
2012-12-25 15:17:54asvetlovcreate