10000 gh-101634: regrtest reports decoding error as failed test by vstinner · Pull Request #106169 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-101634: regrtest reports decoding error as failed test #106169

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

Merged
merged 3 commits into from
Jun 28, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test_regrtest: add missing import on Windows
  • Loading branch information
vstinner committed Jun 28, 2023
commit a7c343fce975f876376dda59290498f9387df569
1 change: 1 addition & 0 deletions Lib/test/test_regrtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import contextlib
import glob
import io
import locale
import os.path
import platform
import re
Expand Down
0