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 beb0f1d commit c235af4Copy full SHA for c235af4
1 file changed
Modules/_ctypes/ctypes.h
@@ -31,7 +31,7 @@ union value {
31
long l;
32
float f;
33
double d;
34
- PY_LONG_LONG ll;
+ long long ll;
35
long double D;
36
};
37
0 commit comments