◐ Shell
clean mode source ↗

Message 68817 - Python tracker

A note on workarounds, the garbage collector seems to release the
handles when the function exits, so removing the file in a caller works
for me. However Tim's proposed fix with os.close didn't do so.