Message216593
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. |
|
| Date |
User |
Action |
Args |
| 2014-04-16 21:15:42 | chrish42 | set | recipients:
+ chrish42, barry, arigo, ncoghlan, pitrou, larry, Arfrever, r.david.murray |
| 2014-04-16 21:15:42 | chrish42 | set | messageid: <[email protected]> |
| 2014-04-16 21:15:42 | chrish42 | link | issue20309 messages |
| 2014-04-16 21:15:41 | chrish42 | create | |
|