Avoid calling super during code-paths used by FileObjectThread.
The two-arg version of super depends on a module global, making it flaky during interpreter shutdown. Seen on Python 2: https://travis-ci.org/gevent/gevent/jobs/636366809#L501 Also some cleanups to subprocess handling during tests. Avoid a ref cycle.
Showing
Please register or sign in to comment