Staging
v0.8.1
https://github.com/python/cpython
Revision 9fffa3eea3a7e99b0179988e7a016a45bf63ab96 authored by Tim Peters on 04 September 2001, 05:14:19 UTC, committed by Tim Peters on 04 September 2001, 05:14:19 UTC
the fiddling is simply due to that no caller of PyLong_AsDouble ever
checked for failure (so that's fixing old bugs).  PyLong_AsDouble is much
faster for big inputs now too, but that's more of a happy consequence
than a design goal.
1 parent 1832de4
History
Tip revision: 9fffa3eea3a7e99b0179988e7a016a45bf63ab96 authored by Tim Peters on 04 September 2001, 05:14:19 UTC
Raise OverflowError when appropriate on long->float conversion. Most of
Tip revision: 9fffa3e
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.1 KB
LICENSE -rw-r--r-- 12.0 KB
Makefile.pre.in -rw-r--r-- 25.4 KB
PLAN.txt -rw-r--r-- 12.2 KB
README -rw-r--r-- 38.1 KB
acconfig.h -rw-r--r-- 6.8 KB
configure -rwxr-xr-x 198.1 KB
configure.in -rw-r--r-- 47.0 KB
install-sh -rwxr-xr-x 5.5 KB
pyconfig.h.in -rw-r--r-- 18.3 KB
setup.py -rw-r--r-- 29.6 KB

README

back to top