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 serge-sans-paille
Recipients serge-sans-paille
Date 2020-10-30.14:45:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604069104.85.0.435616508554.issue42207@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-10-30 14:45:04serge-sans-paillesetrecipients: + serge-sans-paille
2020-10-30 14:45:04serge-sans-paillesetmessageid: <1604069104.85.0.435616508554.issue42207@roundup.psfhosted.org>
2020-10-30 14:45:04serge-sans-paillelinkissue42207 messages
2020-10-30 14:45:04serge-sans-paillecreate