Remove static qualifier on module imports
Marking them static causes their destruction to happen on program exit and after Py_Finalize has been called resulting in a segfault on Python 3
Loading
Please register or sign in to comment
Marking them static causes their destruction to happen on program exit and after Py_Finalize has been called resulting in a segfault on Python 3