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 loewis
Recipients loewis, scoder
Date 2011-11-19.10:16:08
SpamBayes Score 0.0002480034
Marked as misclassified No
Message-id <1321697768.9.0.232234793461.issue13431@psf.upfronthosting.co.za>
In-reply-to
Content
This approach is not correct C. You may pass an "incorrect" number of arguments only if the function is declared with an ellipsis, else the behavior is undefined (6.5.5.2p6). Your proposed approach works with most implementations of C, but Python shouldn't deliberately rely on undefined behavior.
History
Date User Action Args
2011-11-19 10:16:08loewissetrecipients: + loewis, scoder
2011-11-19 10:16:08loewissetmessageid: <1321697768.9.0.232234793461.issue13431@psf.upfronthosting.co.za>
2011-11-19 10:16:08loewislinkissue13431 messages
2011-11-19 10:16:08loewiscreate