commit | 0a8143f6462b491d3f12bfb899efd6e044e350be | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Tue Dec 18 23:22:54 2007 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Tue Dec 18 23:22:54 2007 +0000 |
tree | 855410e5c18dace91bbbb310b5660a40fb5f1eb6 | |
parent | 8777bcae2749099b6ea3ac35f079bfa3df470a78 [diff] [blame] |
Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). The patch unifies float("inf") and repr(float("inf")) on all platforms.
diff --git a/Include/Python.h b/Include/Python.h index f0be28f..56d20ab 100644 --- a/Include/Python.h +++ b/Include/Python.h
@@ -129,6 +129,7 @@ #include "eval.h" #include "pystrtod.h" +#include "pystrcmp.h" /* _Py_Mangle is defined in compile.c */ PyAPI_FUNC(PyObject*) _Py_Mangle(PyObject *p, PyObject *name);