mirror of
https://github.com/python/cpython.git
synced 2025-07-29 22:24:49 +00:00
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.
This commit is contained in:
parent
8777bcae27
commit
0a8143f646
18 changed files with 394 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue