mirror of
https://github.com/python/cpython.git
synced 2024-11-24 08:52:25 +01:00
47832067da
Additionally, reduce the iterations for a few weakref tests that would otherwise take a prohibitively long amount of time (> 1 hour) when TSAN is enabled and the GIL is disabled.
5 lines
207 B
Plaintext
5 lines
207 B
Plaintext
# This file contains suppressions for the default (with GIL) build.
|
|
# reference: https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
|
|
race:get_allocator_unlocked
|
|
race:set_allocator_unlocked
|