]> granicus.if.org Git - python/commit
Fix a stupid little bug: len() of an unsized returns -1 and leaves an
authorGuido van Rossum <guido@python.org>
Mon, 29 Jun 1998 22:26:50 +0000 (22:26 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 29 Jun 1998 22:26:50 +0000 (22:26 +0000)
commit8ea9f4d10aa81251aa857362e9e3fb17511d99db
tree193925bd70974d60ffd4b87ac94b752da85ea458
parent16926bd75e6292e7096d3bb8bd47a007823ef85a
Fix a stupid little bug: len() of an unsized returns -1 and leaves an
exception waiting to happen next...
Python/bltinmodule.c