Martin v. Löwis <[email protected]> added the comment: 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. ---------- nosy: +loewis _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue15402> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
