]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Prompted by Tim's comment, when handle_range_longs() sees an
authorGuido van Rossum <guido@python.org>
Mon, 14 Apr 2003 18:25:04 +0000 (18:25 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 14 Apr 2003 18:25:04 +0000 (18:25 +0000)
commit817d6c9c9e1d838885fa3422021f4c74cf639a8c
treed64019df16de261a319eb1ce19b204bb74618d1c
parent41c99e7f96f7a0f192839801c568d8a80dcc7091
Prompted by Tim's comment, when handle_range_longs() sees an
unexpected type, report the actual type rather than 'float'.  (It's
hard to even reach this code with a float. :-)
Python/bltinmodule.c