pylev
pylev copied to clipboard
fix: close file after opening
trafficstars
You must always close a file after opening it. The current code might not work on Windows + PyPy, since it's assuming the garbage collector will run (which it won't on PyPy) & the file descriptor will be released (which is required on Windows).
@toastdriven can we get this merged?
closing since at this point the project seems to be unmaintained