Message66688
On Sun, May 11, 2008 at 6:38 PM, Gregory P. Smith
<report@bugs.python.org> wrote:
..
> But I must've missed something, why can't __len__ return the correct
> value?
The problem is the C signature of the sq_length slot:
typedef Py_ssize_t (*lenfunc)(PyObject *); |
|
| Date |
User |
Action |
Args |
| 2008-05-11 22:48:23 | belopolsky | set | spambayes_score: 0.234003 -> 0.234003 recipients:
+ belopolsky, rhettinger, gregory.p.smith, pitrou, benjamin.peterson, rbp |
| 2008-05-11 22:48:22 | belopolsky | link | issue2723 messages |
| 2008-05-11 22:48:21 | belopolsky | create | |
|