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 jesse.p.ogle
Recipients cdarke, jesse.p.ogle, ysj.ray
Date 2013-05-08.17:44:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368035079.77.0.538471151737.issue11587@psf.upfronthosting.co.za>
In-reply-to
Content
Same error with Python 3.3.1

Objects/methodobject.c: PyCFunction_Call()

Switch contains case for "METH_VARARGS | METH_KEYWORDS" but not "METH_KEYWORDS". I assume this is on purpose?
History
Date User Action Args
2013-05-08 17:44:39jesse.p.oglesetrecipients: + jesse.p.ogle, ysj.ray, cdarke
2013-05-08 17:44:39jesse.p.oglesetmessageid: <1368035079.77.0.538471151737.issue11587@psf.upfronthosting.co.za>
2013-05-08 17:44:39jesse.p.oglelinkissue11587 messages
2013-05-08 17:44:39jesse.p.oglecreate