mirror of
https://github.com/python/cpython.git
synced 2026-04-14 07:41:00 +00:00
[3.14] gh-144984: Skip test under tracerefs (GH-146218) (GH-146384)
(cherry picked from commit 119fce7b88)
Co-authored-by: Petr Viktorin <encukou@gmail.com>
This commit is contained in:
parent
f2b5131d1a
commit
4f5f6ea7be
1 changed files with 2 additions and 0 deletions
|
|
@ -842,6 +842,8 @@ class ExternalEntityParserCreateErrorTest(unittest.TestCase):
|
|||
def setUpClass(cls):
|
||||
cls.testcapi = import_helper.import_module('_testcapi')
|
||||
|
||||
@unittest.skipIf(support.Py_TRACE_REFS,
|
||||
'Py_TRACE_REFS conflicts with testcapi.set_nomemory')
|
||||
def test_error_path_no_crash(self):
|
||||
# When an allocation inside ExternalEntityParserCreate fails,
|
||||
# the partially-initialized subparser is deallocated. This
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue