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.
2 parents a10701f + df75d0d commit de3879aCopy full SHA for de3879a
1 file changed
src/file_compat.h
@@ -48,7 +48,7 @@ extern "C" {
48
/*
49
* PyFile_* compatibility
50
*/
51
-#if defined(PY3K) | defined(PYPY_VERSION)
+#if PY3K | defined(PYPY_VERSION)
52
53
54
* Get a FILE* handle to the file represented by the Python object
0 commit comments