Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2bf7e6 commit 1a2eefdCopy full SHA for 1a2eefd
1 file changed
Include/pyport.h
@@ -171,7 +171,7 @@ extern "C" {
171
* This implementation may set the underflow flag if |X| is very small;
172
* it really can't be implemented correctly (& easily) before C99.
173
*/
174
- #define Py_IS_INFINITY(X) ((X) && (X)*0.5 == (X))
+#define Py_IS_INFINITY(X) ((X) && (X)*0.5 == (X))
175
176
/**************************************************************************
177
Prototypes that are missing from the standard include files on some systems
0 commit comments