acefile icon indicating copy to clipboard operation
acefile copied to clipboard

acebitstream crashes on python 3.13

Open smiRaphi opened this issue 3 months ago • 2 comments

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

smiRaphi avatar Sep 24 '25 17:09 smiRaphi

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?

droe avatar Sep 24 '25 20:09 droe

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

smiRaphi avatar Sep 24 '25 21:09 smiRaphi