Skip to content

Commit

Permalink
Add temporary debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
btlorch committed Nov 19, 2023
1 parent a15a593 commit ff08275
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/jpeglib/_bind.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ def read_jpeg_spatial(
flags,
path=None,
):
# Temporary debug print
import sys
print("x" % sys.maxsize, sys.maxsize > 2**32)
print(ctypes.sizeof(ctypes.c_voidp))

if path is None:
path = srcfile

Expand Down

0 comments on commit ff08275

Please sign in to comment.