Open stefanor opened 2 years ago
Open the file with a context manager, so we're holding onto a reference to it, for the lifetime of the iteration.
This avoids hitting https://bugs.python.org/issue45475 which affects python3.10 3.10.0-4 in Debian.
Open the file with a context manager, so we're holding onto a reference to it, for the lifetime of the iteration.
This avoids hitting https://bugs.python.org/issue45475 which affects python3.10 3.10.0-4 in Debian.