Remove references to Unicode objects being ready #130790
Labels
extension-modules
C modules in the Modules dir
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-feature
A feature request or enhancement
We have some code referrencing readiness of Unicode objects but this property is deprecated (see #129894 (comment)). Following @encukou's advice, we should address each module with a separate PR so that experts can review them separately.
unicodedata.c
cpython/Modules/unicodedata.c
Lines 594 to 596 in a85eeb9
cpython/Modules/unicodedata.c
Lines 655 to 661 in a85eeb9
_io/textio.c
cpython/Modules/_io/textio.c
Lines 357 to 363 in a85eeb9
cpython/Modules/_io/textio.c
Lines 1821 to 1824 in a85eeb9
Parser
filescpython/Parser/lexer/lexer.c
Lines 311 to 315 in a85eeb9
cpython/Parser/pegen.c
Lines 505 to 513 in a85eeb9
tracemalloc.c
cpython/Python/tracemalloc.c
Lines 252 to 259 in a85eeb9
This one seems to be dead code (cc @vstinner)
Linked PRs
The text was updated successfully, but these errors were encountered: