We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f5ad0 commit 28d95dcCopy full SHA for 28d95dc
Lib/test/test_tracemalloc.py
@@ -1115,7 +1115,9 @@ def test_stop_untrack(self):
1115
@threading_helper.requires_working_threading()
1116
# gh-128679: Test crash on a debug build (especially on FreeBSD).
1117
@unittest.skipIf(support.Py_DEBUG, 'need release build')
1118
- @support.skip_if_sanitizer('gh-131566: race when setting allocator', thread=True)
+ @support.skip_if_sanitizer(
1119
+ 'gh-131566, gh-139116: race when setting allocator/tracer',
1120
+ thread=True, address=True)
1121
def test_tracemalloc_track_race(self):
1122
# gh-128679: Test fix for tracemalloc.stop() race condition
1123
_testcapi.tracemalloc_track_race()
0 commit comments