Open
Description
From #694 (comment):
To be sure that
BYTE
isc_ubyte
on any python version comtypes support, shouldn't we do this?if sys.version_info >= (3, 12): from ctypes.wintypes import BYTE else: from ctypes import c_ubyte BYTE = c_ubyte
From #694 (comment):
To be sure that
BYTE
isc_ubyte
on any python version comtypes support, shouldn't we do this?if sys.version_info >= (3, 12): from ctypes.wintypes import BYTE else: from ctypes import c_ubyte BYTE = c_ubyte