gh-112536: Add TSAN builds on Github Actions (#116872)

This commit is contained in:
Donghee Na 2024-03-16 19:10:37 +09:00 committed by GitHub
parent a1c4923d65
commit 20578a1f68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 93 additions and 0 deletions

View file

@ -95,6 +95,10 @@
#endif
#endif
/* Thread sanitizer doesn't currently support sem_clockwait */
#ifdef _Py_THREAD_SANITIZER
#undef HAVE_SEM_CLOCKWAIT
#endif
/* Whether or not to use semaphores directly rather than emulating them with
* mutexes and condition variables: