> 1067760 -- float-->long conversion on fileobj.seek calls, rather than
>        float-->int.  Permits larger floats (2.0**62) to match large
>        int (2**62) arguments.  rhettinger marked as "won't fix" in
>        the original bug report; this seems like a clean solution,
>        tho.  Recommend apply.

Wouldn't this cause subtle errors when the float -> long conversion is
no longer precise? Or is this a non issue because it could only happen
when seeking on impossibly large files?
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to