Message401831
test_peg_generator still emits DeprecationWarning warnings. Example:
vstinner@apu$ ./python -m test test_peg_generator -v
== CPython 3.11.0a0 (heads/main:b49263b698, Sep 15 2021, 14:44:10) [GCC 11.2.1 20210728 (Red Hat 11.2.1-1)]
== Linux-5.13.14-200.fc34.x86_64-x86_64-with-glibc2.33 little-endian
== cwd: /home/vstinner/python/main/build/test_python_193641æ
== CPU count: 8
== encodings: locale=UTF-8, FS=utf-8
0:00:00 load avg: 15.94 Run tests sequentially
0:00:00 load avg: 15.94 [1/1] test_peg_generator
test_advanced_left_recursive (test.test_peg_generator.test_c_parser.TestCParser) ...
/home/vstinner/python/main/Lib/test/support/__init__.py:1713: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
from distutils import ccompiler, sysconfig, spawn, errors
/home/vstinner/python/main/Lib/test/support/__init__.py:1713: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead
from distutils import ccompiler, sysconfig, spawn, errors
(...) |
|
Date |
User |
Action |
Args |
2021-09-15 13:15:47 | vstinner | set | recipients:
+ vstinner, terry.reedy, lukasz.langa, steve.dower, corona10, pablogsal, miss-islington, xtreak |
2021-09-15 13:15:47 | vstinner | set | messageid: <1631711747.66.0.409698656987.issue43425@roundup.psfhosted.org> |
2021-09-15 13:15:47 | vstinner | link | issue43425 messages |
2021-09-15 13:15:47 | vstinner | create | |
|