mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
gh-112536: Add TSAN builds on Github Actions (#116872)
This commit is contained in:
parent
a1c4923d65
commit
20578a1f68
6 changed files with 93 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue