blob: ae7cc70cf2af1b88dfcba5884b809ab51e8c0601 (
plain) (
blame)
1
2
3
4
5
|
# Thread sanitizers reports a data race during main thread shutdown.
# This race was consiered to be safe. See DEVTOOLSSUPPORT-8443 for details.
race:PyInterpreterState_Delete
# More or less the same race. See DEVTOOLSSUPPORT-8443 for details.
race:_PyThreadState_DeleteList
|