Nuacht

It creates a new sqlite database, then closing the connection to it and trying to delete the file. On Windows it fails since sqlite file is still used by Python. It seems the created cursor is still ...
Expected behavior Python process should exit cleanly without any crash, even if cursors/connections are not explicitly closed. Actual Behavior A segmentation fault may occur at interpreter shutdown, ...