You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmmm... this looks like a TSan report during a crash. Faulthandler's dumping of threads isn't thread-safe and we should deal with that (most likely by only printing the stack trace of the faulting thread), but the important thing is that test_asyncio is apparently crashing with the PR. The underlying crash is not going to be fixed by suppressions.
Run the tests with #128147 and tsan enabled:
env TSAN_OPTIONS=suppressions={$PWD}/Tools/tsan/suppressions_free_threading.txt ./python -m test test_asyncio -F
TSAN Warnings:
The text was updated successfully, but these errors were encountered: