Skip to content

Conversation

vstinner
Copy link
Member

@vstinner vstinner 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
Member Author

Oh, @serhiy-storchaka already proposed #112061

@vstinner
Copy link
Member Author

#112061 was merged instead.

@vstinner vstinner closed this Nov 14, 2023
@vstinner vstinner deleted the fix_test_io branch November 14, 2023 20:25
@vstinner
Copy link
Member Author

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

@hugovk hugovk removed needs backport to 3.12 only security fixes needs backport to 3.11 only security fixes labels Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants