[New-bugs-announce] [issue43844] [easy]

STINNER Victor report at bugs.python.org
Wed Apr 14 07:38:57 EDT 2021


New submission from STINNER Victor <vstinner at python.org>:

<string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+

$ ./python -m test -v test_lib2to3
(...)
test_load_grammar_from_subprocess (lib2to3.tests.test_parser.TestPgen2Caching) ... <string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
ok
(...)
Tests result: SUCCESS

Command to only re-run this test:

./python -Werror -m test -v test_lib2to3 -m test_load_grammar_from_subprocess

----------
messages: 391062
nosy: vstinner
priority: normal
severity: normal
status: open
title: [easy]

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43844>
_______________________________________


More information about the New-bugs-announce mailing list