]> granicus.if.org Git - python/commit
SF bug #422177: Results from .pyc differs from .py
authorTim Peters <tim.peters@gmail.com>
Tue, 8 May 2001 15:19:57 +0000 (15:19 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 8 May 2001 15:19:57 +0000 (15:19 +0000)
commit72f98e9b838ce73142e3bb89c4c7fde3266d475e
treeee5028c0b885ff1d7bd6d0efb5d842de50efcec6
parent569c09c013b9fd88dd5f815a91ab1af4026d8a86
SF bug #422177:  Results from .pyc differs from .py
Store floats and doubles to full precision in marshal.
Test that floats read from .pyc/.pyo closely match those read from .py.
Declare PyFloat_AsString() in floatobject header file.
Add new PyFloat_AsReprString() API function.
Document the functions declared in floatobject.h.
Include/floatobject.h
Lib/test/test_import.py
Objects/floatobject.c
Python/marshal.c