Benjamin Peterson <[EMAIL PROTECTED]> added the comment:

__len__ always has to return a Py_ssize_t because that's the data type
that represents lengths in C. It's just the way it is.

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2735>
__________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to