black running on address sanitized Python interpreter crashes #2867
Labels
C: packaging
Installation and packaging of Black
help wanted
Extra attention is needed
T: bug
Something isn't working
Describe the bug
If we build the Python interpreter using AddressSanitizer then the interpreter segfaults when it runs
black
:To Reproduce
Build Python3.9 from source with
./configure --with-address-sanitizer --with-pydebug
.pip install some python code, and blacken it, or run
black --version
.Environment
This might be an issue that should be upstreamed to Python, but I've never observed it elsewhere.
The text was updated successfully, but these errors were encountered: