You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot find any --disable-unicode docs / usages in our codebase. It is a python2.2a1 feature:
- configure supports a new option --enable-unicode, with the values
ucs2 and ucs4 (new in 2.2a1). With --disable-unicode, the Unicode
type and supporting code is completely removed from the interpreter.
Bug report
Bug description:
(Not a bug report, but there is no appropriate category when creating an issue.)
git HEAD as well as Python 3.12 has the following code in codecs.py:
cpython/Lib/codecs.py
Lines 1112 to 1126 in 8303d32
Is
--disable-unicodeeven a thing anymore or is the exception handler just dead code that should be removed?CPython versions tested on:
3.12, CPython main branch
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: