STINNER Victor <vstin...@python.org> added the comment: 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 (...) ---------- nosy: +vstinner _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue43425> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com