• Tim Peters's avatar
    SF bug #422177: Results from .pyc differs from .py · 72f98e9b
    Tim Peters yazdı
    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.
    72f98e9b
floatobject.h 1.71 KB