You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Subprocessio is a very special module a non-blocking Subprocess lib that uses threads to read in/out. It cannot be replaced by subprocess32 unfortunetly
We see intermittent test https://travis-ci.org/codeinn/vcs/jobs/110129783#L350, probably caused by race condition in subprocessio library. This library is used only in one place (GitRepository in git backend).
I propose to change subprocessio.py to standard pypi module 'subprocess32'. It's python 2.4+ backport of subprocess standard module from python 3.
Makes sense?
The text was updated successfully, but these errors were encountered: