Race between PyUnicode_SET_UTF8
and _PyUnicode_CheckConsistency
#128212
Labels
PyUnicode_SET_UTF8
and _PyUnicode_CheckConsistency
#128212
Bug report
Bug description:
Reproducible by running :
env CC=clang CXX=clang++ ./configure --disable-gil --with-thread-sanitizer --with-pydebug && make -j
env TSAN_OPTIONS=suppressions=${PWD}/Tools/tsan/suppressions_free_threading.txt ./python -m test --tsan test_importlib --match test_multiprocessing_pool_circular_import -F
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
The text was updated successfully, but these errors were encountered: