Open
Description
Summary
If you insert an exception here:
the code has a segfault on quitting. This likely means that there's either a memory leak or double-free or some other memory issue someplace.Proposed fix
Insert an exception here:
Build against a debug version of python and track down the issue using a debugger.