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.
test_tracemalloc_track_race
1 parent 9962469 commit 18249d9Copy full SHA for 18249d9
Lib/test/test_tracemalloc.py
@@ -1114,6 +1114,7 @@ def test_stop_untrack(self):
1114
@threading_helper.requires_working_threading()
1115
# gh-128679: Test crash on a debug build (especially on FreeBSD).
1116
@unittest.skipIf(support.Py_DEBUG, 'need release build')
1117
+ @support.skip_if_sanitizer('gh-131566: race when setting allocator', thread=True)
1118
def test_tracemalloc_track_race(self):
1119
# gh-128679: Test fix for tracemalloc.stop() race condition
1120
_testcapi.tracemalloc_track_race()
0 commit comments