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 asvetlov, gregory.p.smith, jcea, loewis, mark.dickinson, meador.inge, python-dev, serhiy.storchaka
Date 2012-07-23.22:04:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343081080.22.0.482978892407.issue15402@psf.upfronthosting.co.za>
In-reply-to
Content
The patch that Meador committed is incorrect: METH_NOARGS functions still take a PyObject* args argument, which will be NULL. I'm puzzled, as Serhiy's original patch was correct.

As for the tests, I really wish there were tests that tested for *actual* values.
History
Date User Action Args
2012-07-23 22:04:40loewissetrecipients: + loewis, gregory.p.smith, jcea, mark.dickinson, asvetlov, meador.inge, python-dev, serhiy.storchaka
2012-07-23 22:04:40loewissetmessageid: <1343081080.22.0.482978892407.issue15402@psf.upfronthosting.co.za>
2012-07-23 22:04:39loewislinkissue15402 messages
2012-07-23 22:04:39loewiscreate