This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2021-04-14.11:38:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618400337.77.0.971562000748.issue43844@roundup.psfhosted.org>
In-reply-to
Content
<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
History
Date User Action Args
2021-04-14 11:38:57vstinnersetrecipients: + vstinner
2021-04-14 11:38:57vstinnersetmessageid: <1618400337.77.0.971562000748.issue43844@roundup.psfhosted.org>
2021-04-14 11:38:57vstinnerlinkissue43844 messages
2021-04-14 11:38:57vstinnercreate