Open fredrik-johansson opened 4 years ago
Python tries to free the context object before all the number objects that reference the context object have been destroyed.
Is this some ctypes-related reference counting bug in Python or am I missing something really obvious?
Python tries to free the context object before all the number objects that reference the context object have been destroyed.
Is this some ctypes-related reference counting bug in Python or am I missing something really obvious?