Author churchr
Recipients
Date 2004-11-17.01:28:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Instead of converting all float arguments to ints, this
first attempts to 
convert the argument to a PyLong, and then the old
conversion code takes over.

The upshot is that the limit of floating point
arguments to seek() is raised from (2 ** 32) - 1 to
somewhere above (2 ** 62).

Perhaps a better way to handle this would be to not
accept floating point arguments to seek().
History
Date User Action Args
2007-08-23 15:40:41adminlinkissue1067760 messages
2007-08-23 15:40:41admincreate