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 67d9363 commit 0a31ff0Copy full SHA for 0a31ff0
Lib/test/test_capi/test_misc.py
@@ -325,6 +325,8 @@ def test_negative_refcount(self):
325
326
@unittest.skipUnless(hasattr(_testcapi, 'decref_freed_object'),
327
'need _testcapi.decref_freed_object()')
328
+ @support.skip_if_sanitizer("use after free on purpose",
329
+ address=True, memory=True, ub=True)
330
def test_decref_freed_object(self):
331
code = """
332
import _testcapi
0 commit comments