Message 216593 - Python tracker
Message216593
| 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:42 | chrish42 | set | recipients: + chrish42, barry, arigo, ncoghlan, pitrou, larry, Arfrever, r.david.murray |
| 2014-04-16 21:15:42 | chrish42 | set | messageid: <1397682942.29.0.956959259082.issue20309@psf.upfronthosting.co.za> |
| 2014-04-16 21:15:42 | chrish42 | link | issue20309 messages |
| 2014-04-16 21:15:41 | chrish42 | create | |