]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix change to PyNumber_Index() made in r62269, which incorrectly allowed floats to...
authorTrent Nelson <trent.nelson@snakebite.org>
Thu, 10 Apr 2008 22:21:23 +0000 (22:21 +0000)
committerTrent Nelson <trent.nelson@snakebite.org>
Thu, 10 Apr 2008 22:21:23 +0000 (22:21 +0000)
commitd12fbe9ef788d349fbd42e1b4d054975b829ccbf
treefa64cd7d4d16069152b072a0a2243ffb03cab802
parent7fedbe513d5ccc735d36e1da9781fcab1ca5961e
Fix change to PyNumber_Index() made in r62269, which incorrectly allowed floats to be interpreted as longs.  Thanks to Benjamin Peterson for picking this up.
Objects/abstract.c