This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
31c769ca89ee5f4fdd7ed7e462fa143ed979edee
cpython
/
Python
History
Mark Dickinson
c97c9096ed
Issue
#4575
: fix Py_IS_INFINITY macro to work correctly on x87 FPUs.
...
It now forces its argument to double before testing for infinity.
2009-02-09 14:18:43 +00:00
..
_warnings.c
…
asdl.c
…
ast.c
…
atof.c
…
bltinmodule.c
…
ceval.c
Silence 'arg may be used uninitialized in this function' warning from gcc.
2009-02-08 17:33:11 +00:00
codecs.c
…
compile.c
…
dup2.c
…
dynload_aix.c
…
dynload_atheos.c
…
dynload_beos.c
…
dynload_dl.c
…
dynload_hpux.c
…
dynload_next.c
…
dynload_os2.c
…
dynload_shlib.c
…
dynload_stub.c
…
dynload_win.c
…
errors.c
…
formatter_string.c
…
formatter_unicode.c
…
frozen.c
…
frozenmain.c
…
future.c
…
getargs.c
…
getcompiler.c
…
getcopyright.c
…
getcwd.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
graminit.c
…
import.c
…
importdl.c
…
importdl.h
…
mactoolboxglue.c
…
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
peephole.c
…
pyarena.c
…
pyfpe.c
…
pymath.c
Issue
#4575
: fix Py_IS_INFINITY macro to work correctly on x87 FPUs.
2009-02-09 14:18:43 +00:00
pystate.c
…
pystrcmp.c
…
pystrtod.c
…
Python-ast.c
…
pythonrun.c
…
sigcheck.c
…
strdup.c
…
strtod.c
…
structmember.c
…
symtable.c
…
sysmodule.c
…
thread_atheos.h
…
thread_beos.h
…
thread_cthread.h
…
thread_foobar.h
…
thread_lwp.h
…
thread_nt.h
…
thread_os2.h
…
thread_pth.h
…
thread_pthread.h
…
thread_sgi.h
…
thread_solaris.h
…
thread_wince.h
…
thread.c
…
traceback.c
…