Add UTF-32 functions by youknowone · Pull Request #5800 · RustPython/RustPython
[error] 49-49: 'register' may be undefined, or defined from star imports: _codecs
(F405)
[error] 49-49: 'lookup' may be undefined, or defined from star imports: _codecs
(F405)
[error] 49-49: 'lookup_error' may be undefined, or defined from star imports: _codecs
(F405)
[error] 49-49: 'register_error' may be undefined, or defined from star imports: _codecs
(F405)
[error] 49-49: 'encode' may be undefined, or defined from star imports: _codecs
(F405)
[error] 49-49: 'decode' may be undefined, or defined from star imports: _codecs
(F405)
[error] 49-49: 'utf_8_decode' may be undefined, or defined from star imports: _codecs
(F405)
[error] 49-49: 'utf_8_encode' may be undefined, or defined from star imports: _codecs
(F405)
[error] 96-96: 'from _codecs import *' used; unable to detect undefined names
(F403)
[error] 206-206: do not compare types, for exact checks use is / is not, for instance checks use isinstance()
(E721)
[error] 272-272: ambiguous variable name 'l'
(E741)
[error] 304-304: whitespace before ':'
(E203)
[error] 308-308: whitespace before ':'
(E203)
[error] 337-337: too many leading '#' for block comment
(E266)
[error] 338-338: too many leading '#' for block comment
(E266)
[error] 339-339: too many leading '#' for block comment
(E266)
[error] 340-340: too many leading '#' for block comment
(E266)
[error] 341-341: too many leading '#' for block comment
(E266)
[error] 475-475: block comment should start with '# '
(E265)
[error] 476-476: block comment should start with '# '
(E265)
[error] 478-478: too many leading '#' for block comment
(E266)
[error] 479-479: too many leading '#' for block comment
(E266)
[error] 694-694: too many leading '#' for block comment
(E266)
[error] 695-695: too many leading '#' for block comment
(E266)
[error] 698-698: too many leading '#' for block comment
(E266)
[error] 699-699: too many leading '#' for block comment
(E266)
[error] 712-712: too many leading '#' for block comment
(E266)
[error] 713-713: too many leading '#' for block comment
(E266)
[error] 714-714: too many leading '#' for block comment
(E266)
[error] 720-720: too many leading '#' for block comment
(E266)
[error] 721-721: too many leading '#' for block comment
(E266)
[error] 722-722: too many leading '#' for block comment
(E266)
[error] 724-724: too many leading '#' for block comment
(E266)
[error] 725-725: too many leading '#' for block comment
(E266)
[error] 726-726: too many leading '#' for block comment
(E266)
[error] 741-741: too many leading '#' for block comment
(E266)
[error] 743-743: local variable 'startinpos' is assigned to but never used
(F841)
[error] 761-761: local variable 'endinpos' is assigned to but never used
(F841)
[error] 792-792: too many leading '#' for block comment
(E266)
[error] 793-793: too many leading '#' for block comment
(E266)
[error] 803-803: too many leading '#' for block comment
(E266)
[error] 804-804: too many leading '#' for block comment
(E266)
[error] 805-805: too many leading '#' for block comment
(E266)
[error] 806-806: too many leading '#' for block comment
(E266)
[error] 927-927: do not compare types, for exact checks use is / is not, for instance checks use isinstance()
(E721)
[error] 934-934: local variable 'consumed' is assigned to but never used
(F841)
[error] 946-946: too many leading '#' for block comment
(E266)
[error] 947-947: too many leading '#' for block comment
(E266)
[error] 948-948: too many leading '#' for block comment
(E266)
[error] 949-949: too many leading '#' for block comment
(E266)
[error] 1000-1000: too many leading '#' for block comment
(E266)
[error] 1254-1254: 'lookup_error' may be undefined, or defined from star imports: _codecs
(F405)
[error] 1283-1283: too many leading '#' for block comment
(E266)
[error] 1284-1284: too many leading '#' for block comment
(E266)
[error] 1355-1355: whitespace before ':'
(E203)
[error] 1389-1389: too many leading '#' for block comment
(E266)
[error] 1394-1394: too many leading '#' for block comment
(E266)
[error] 1404-1404: too many leading '#' for block comment
(E266)
[error] 1440-1440: too many leading '#' for block comment
(E266)
[error] 1441-1441: too many leading '#' for block comment
(E266)
[error] 1464-1464: too many leading '#' for block comment
(E266)
[error] 1485-1485: whitespace before ':'
(E203)
[error] 1488-1488: local variable 'e' is assigned to but never used
(F841)
[error] 1553-1553: too many leading '#' for block comment
(E266)
[error] 1554-1554: too many leading '#' for block comment
(E266)
[error] 1555-1555: too many leading '#' for block comment
(E266)
[error] 1591-1591: too many leading '#' for block comment
(E266)
[error] 1592-1592: comparison to None should be 'if cond is None:'
(E711)
[error] 1640-1640: local variable 'startinpos' is assigned to but never used
(F841)
[error] 1641-1641: too many leading '#' for block comment
(E266)
[error] 1642-1642: too many leading '#' for block comment
(E266)
[error] 1673-1673: whitespace before ':'
(E203)