mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
[3.12] gh-112536: Add TSAN build on Github Actions (GH-116872)
(cherry picked from commit 20578a1f68
)
Co-authored-by: Donghee Na <donghee.na@python.org>
This commit is contained in:
parent
fcb230180f
commit
25243b1461
5 changed files with 74 additions and 0 deletions
|
@ -91,6 +91,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