New submission from serge-sans-paille <serge.guel...@telecom-bretagne.eu>:
How to reproduce: ``` git clone https://github.com/python/cpython && cd cpython mkdir -p _build/optimized cd _build/optimized ../../configure --enable-optimizations CC=clang make cd .. ./optimized/python -m test.regrtest -wW --slowest -j0 --timeout=1800 2>&1 | grep "error: Could not read profile code.profclangd" ``` This bug no longer happens on master branch because it's related to test_peg_generator. ---------- components: Build messages: 379972 nosy: serge-sans-paille priority: normal severity: normal status: open title: Python 3.9 testing fails when building with clang and optimizations are enabled versions: Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue42207> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com