pylint #83234 Increase number of open files (0.25.0) [rejected]
pylint opens too many files. Adding this code to the beginning makes it less error prone:
setrlimit(RLIMIT_NOFILE, (1024, -1))
Of course, it's not the best solution, but it's easy. | |
priority | normal |
---|---|
type | bug |
done in | <not specified> |
load | 0.000 |
load left | 0.000 |
closed by | <not specified> |