Skip to content
New issue

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

bpo-45410: Enhance libregrtest -W/--verbose3 option #28908

Merged
merged 1 commit into from
Oct 12, 2021
Merged

bpo-45410: Enhance libregrtest -W/--verbose3 option #28908

merged 1 commit into from
Oct 12, 2021

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Oct 12, 2021

libregrtest -W/--verbose3 now also replace sys.stdout,
sys.stderr, and stdout and stderr file descriptors (fd 1 and fd
2).

support.print_warning() messages are now logged in the expected
order.

The "./python -m test test_eintr -W" command no longer logs into
stdout if the test pass.

https://bugs.python.org/issue45410

libregrtest -W/--verbose3 now also replace sys.__stdout__,
sys.__stderr__, and stdout and stderr file descriptors (fd 1 and fd
2).

support.print_warning() messages are now logged in the expected
order.

The "./python -m test test_eintr -W" command no longer logs into
stdout if the test pass.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants