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 cdarke
Recipients cdarke
Date 2011-03-17.14:17:29
SpamBayes Score 5.239406e-05
Marked as misclassified No
Message-id <1300371450.74.0.196347407425.issue11587@psf.upfronthosting.co.za>
In-reply-to
Content
In the PyMethodDef struct, METH_VARARGS | METH_KEYWORDS works fine.

METH_KEYWORDS on its own gives:
"SystemError: Bad call flags in PyCFunction_Call. METH_OLDARGS is no longer supported!"

METH_KEYWORDS on its own tested OK on 2.6 and 2.7, fails as described on 3.1.2 and 3.2.
History
Date User Action Args
2011-03-17 14:17:30cdarkesetrecipients: + cdarke
2011-03-17 14:17:30cdarkesetmessageid: <1300371450.74.0.196347407425.issue11587@psf.upfronthosting.co.za>
2011-03-17 14:17:29cdarkelinkissue11587 messages
2011-03-17 14:17:29cdarkecreate