data race when resizing unicode objects #132070
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
topic-free-threading
topic-unicode
type-bug
An unexpected behavior, bug, or error
When running ctypes tests in parallel, the following data race is detected:
env TSAN_OPTIONS="suppressions=Tools/tsan/suppressions_free_threading.txt halt_on_error=1" ./python -m test test_ctypes --parallel-threads 4
Linked PRs
_PyObject_IsUniquelyReferenced
in unicodeobject #132091The text was updated successfully, but these errors were encountered: