New submission from Raymond Hettinger <rhettin...@users.sourceforge.net>:
len(obj) is not happy when obj.__len__() returns a non-number. ---------- files: crasher_len.py messages: 81024 nosy: rhettinger priority: release blocker severity: normal status: open title: SystemError when __len__ returns a non-number type: crash versions: Python 3.0, Python 3.1 Added file: http://bugs.python.org/file12927/crasher_len.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5137> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com