acefile
acefile copied to clipboard
acebitstream crashes on python 3.13
Error I got when trying to import it (or it getting imported through acefile):
Fatal Python error: PyInterpreterState_Get: the function must be called with the GIL held, after Python initialization and before Python finalization, but the GIL is released (the current Python thread state is NULL)
Python runtime state: unknown
Cannot repro on macOS 15 with Python 3.13.7 from MacPorts. Can you provide more info on your platform and Python? Specifically, are you using the experimental feature of disabling the GIL?
I'm on windows with python 1.13.7 (Python 3.13.7 (tags/v3.13.7:bcee1c3, Aug 14 2025, 14:15:11) [MSC v.1944 64 bit (AMD64)] on win32) and no I haven't changed any options