We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
subprocess.DEVNULL
It wasn't present in Python 2, hence why we have NullStdoutMixin. Nowadays, we could do it directly in tracer.py, and drop NullStdoutMixin.
NullStdoutMixin
tracer.py
The text was updated successfully, but these errors were encountered:
is this still open?
Sorry, something went wrong.
Yes, any tickets that are not closed are still open. We try to keep the issue tracker up-to-date.
No branches or pull requests
It wasn't present in Python 2, hence why we have
NullStdoutMixin
. Nowadays, we could do it directly intracer.py
, and dropNullStdoutMixin
.The text was updated successfully, but these errors were encountered: