Skip to content

Commit a4f186a

Browse files
committed
Merge branch '3.12' of https://github.com/python/cpython into 3.12
2 parents 531d2df + 62d9ae4 commit a4f186a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_capi/test_misc.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,8 @@ def test_negative_refcount(self):
325325

326326
@unittest.skipUnless(hasattr(_testcapi, 'decref_freed_object'),
327327
'need _testcapi.decref_freed_object()')
328+
@support.skip_if_sanitizer("use after free on purpose",
329+
address=True, memory=True, ub=True)
328330
def test_decref_freed_object(self):
329331
code = """
330332
import _testcapi

0 commit comments

Comments
 (0)