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 jcea
Recipients asvetlov, gregory.p.smith, jcea, loewis, mark.dickinson, meador.inge, serhiy.storchaka, skrah
Date 2012-07-25.12:02:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343217729.87.0.699571666859.issue15402@psf.upfronthosting.co.za>
In-reply-to
Content
I think that C standard actually documents the parameter order placement, so you can left out the last ones in the actual function definition.

So, that this is working is not an accident, it is a C standard requirement.

I think...
History
Date User Action Args
2012-07-25 12:02:10jceasetrecipients: + jcea, loewis, gregory.p.smith, mark.dickinson, asvetlov, skrah, meador.inge, serhiy.storchaka
2012-07-25 12:02:09jceasetmessageid: <1343217729.87.0.699571666859.issue15402@psf.upfronthosting.co.za>
2012-07-25 12:02:09jcealinkissue15402 messages
2012-07-25 12:02:09jceacreate