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 chrish42
Recipients Arfrever, arigo, barry, chrish42, larry, ncoghlan, pitrou, r.david.murray
Date 2014-04-16.21:15:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397682942.29.0.956959259082.issue20309@psf.upfronthosting.co.za>
In-reply-to
Content
Work in progress for fixing this bug. (See descr_v1.diff) I converted the "curious.py" file into additional testcases. I started writing the functions for the tp_call slots for class and static methods.

To do: add tests to make sure that the code works for more than what's accepted by function_call(), then switch to using PyObject_Call() (which is the right function to use here, thanks to ncoghlan for catching that). Will finish this in the next few days.
History
Date User Action Args
2014-04-16 21:15:42chrish42setrecipients: + chrish42, barry, arigo, ncoghlan, pitrou, larry, Arfrever, r.david.murray
2014-04-16 21:15:42chrish42setmessageid: <1397682942.29.0.956959259082.issue20309@psf.upfronthosting.co.za>
2014-04-16 21:15:42chrish42linkissue20309 messages
2014-04-16 21:15:41chrish42create