10000 gh-111495: improve test coverage of codecs C API by picnixz · Pull Request #126030 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-111495: improve test coverage of codecs C API #126030

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 6 commits into from
Nov 1, 2024
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
Update Lib/test/test_capi/test_codecs.py
Co-authored-by: Petr Viktorin <encukou@gmail.com>
  • Loading branch information
picnixz and encukou authored Nov 1, 2024
commit c36232a650a9d3f579e2b383f153a0cad9e4b517
4 changes: 2 additions & 2 deletions Lib/test/test_capi/test_codecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -878,8 +878,8 @@ def do_test_codec_errors_handler(self, handler, exceptions):

@classmethod
def _exception_may_crash(cls, exc):
"""Indicate whether a Unicode exception may crash the interpreter
when used by a built-in codecs error handler.
"""Indicate whether a Unicode exception might currently crash
the interpreter when used by a built-in codecs error handler.

Until gh-123378 is fixed, we skip the tests for these exceptions.

Expand Down
Loading
0