Pylons / waitress

Waitress - A WSGI server for Python 3
https://docs.pylonsproject.org/projects/waitress/en/latest/
Other
1.44k stars 164 forks source link

Cleanup: use with statement for makefile #360

Closed digitalresistor closed 2 years ago

digitalresistor commented 2 years ago

This merge depends on #358.

Fixes tests to use a with statement on any call to makefile this reduces the amount of open file descriptors that are left hanging around.

There's still more to be found, but now most runs tests seem to pass on macOS which have a low file descriptor limit.