There was an error while loading. Please reload this page.
support.nomemtest
test_pyexpat
1 parent 7bf63fa commit 109c59eCopy full SHA for 109c59e
1 file changed
Lib/test/test_pyexpat.py
@@ -1057,8 +1057,7 @@ class ExternalEntityParserCreateErrorTest(unittest.TestCase):
1057
def setUpClass(cls):
1058
cls.testcapi = import_helper.import_module('_testcapi')
1059
1060
- @unittest.skipIf(support.Py_TRACE_REFS,
1061
- 'Py_TRACE_REFS conflicts with testcapi.set_nomemory')
+ @support.nomemtest
1062
def test_error_path_no_crash(self):
1063
# When an allocation inside ExternalEntityParserCreate fails,
1064
# the partially-initialized subparser is deallocated. This
0 commit comments