Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c235af4

Browse files
committed
fix a PY_LONG_LONG straggler
1 parent beb0f1d commit c235af4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_ctypes/ctypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ union value {
3131
long l;
3232
float f;
3333
double d;
34-
PY_LONG_LONG ll;
34+
long long ll;
3535
long double D;
3636
};
3737

0 commit comments

Comments
 (0)