Since I was getting an IOError: [Errno 24] Too many open files, I decided to make a pull request. The first commit simply makes no file descriptor left open, the second one updates the gitignore to exclude the "bin" folder (which is created by mcp) and all the pypy stuff, which is downloaded from the internet.
Since I was getting an
IOError: [Errno 24] Too many open files
, I decided to make a pull request. The first commit simply makes no file descriptor left open, the second one updates the gitignore to exclude the "bin" folder (which is created by mcp) and all the pypy stuff, which is downloaded from the internet.