mirror of
https://github.com/python/cpython.git
synced 2026-06-03 18:19:13 -04: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:
@@ -735,6 +735,10 @@
|
||||
RelativePath="..\..\Python\pystate.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Python\pystrcmp.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Python\pystrtod.c"
|
||||
>
|
||||
@@ -1193,6 +1197,10 @@
|
||||
RelativePath="..\..\Include\pystate.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Include\pystrcmp.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Include\pystrtod.h"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user