Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Nov 14, 2023

The error handler is not tested in the _io extension. It's only tested if Python is built in debug mode (Py_DEBUG) or if the Python Development Mode (-X dev) is enabled.

The error handler is not tested in the _io extension. It's only tested if Python is built in debug mode (Py_DEBUG) or if the Python Development Mode (-X dev) is enabled.
@vstinner
Copy link
MemberAuthor

Oh, @serhiy-storchaka already proposed #112061

@vstinner
Copy link
MemberAuthor

#112061 was merged instead.

@vstinnervstinner deleted the fix_test_io branch November 14, 2023 20:25
@vstinner
Copy link
MemberAuthor

Oh. The backport to 3.12 failed because _PyUnicode_AsUTF8NoNUL() only exists in the main branch :-(

@hugovkhugovk removed needs backport to 3.12 only security fixes needs backport to 3.11 only security fixes labels Nov 29, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting core reviewskip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vstinner@hugovk