-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
For some reason, DuckDB and DiskCache are both leaking file handles on Windows only?
TemporaryFile is unable to clean-up the folders, it looks a lot like a clean-up race condition where the close call appears to do something but not finish maybe?
Sometimes the error is "not a directory" but I think that might just be that the file disappears in between the iter and the check to see if it's a directory?
It's perhaps a new problem since our recent refactor?
It happens even when directly calling await .close() prior to exiting the temporaryfile context manager.
Metadata
Metadata
Assignees
Labels
No labels