Stephan Bergmann added the comment:
"from the sources it looks like it would still be an issue with the latest
cpython main branch", and if I check out current main branch and run
`CC='/path-to-local-llvm-trunk/bin/clang -isysroot
/Applications/Xcode.app/Contents/Deve
New submission from Stephan Bergmann :
I experienced this with Python 3.8 when building it as part of LibreOffice (see
<https://git.libreoffice.org/core/+/b0a4b49a88aacfbc127965c0c6fe50a065eb3a0f%5E%21>
"external/python3: Clang 13 trunk implements --print-multiarch now", q
Stephan Bergmann added the comment:
So, just to make sure, that also means that
re.sub('a*$', 'b', 'a')
returning 'bb' instead of 'b' is intended behavior?
--
nosy: +Stephan Bergmann
___
P