Во время установки python3 по следующим инструкциям
mkdir debug
cd debug
../configure --with-pydebug --enable-optimizations --prefix=/opt/python-3.8.2
make
make test
Я получил следующую ошибку теста:
======================================================================
FAIL: test_startup_imports (test.test_site.StartupImportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<path>/Python-3.8.2/Lib/test/test_site.py", line 542, in test_startup_imports
self.assertFalse(modules.intersection(collection_mods), stderr)
AssertionError: {'keyword', 'collections', 'operator', 'heapq', 'reprlib', 'types', 'functools'} is not false : import _frozen_import