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.
nomemorytest
test_pyexpat
1 parent 7bf63fa commit a257c7bCopy full SHA for a257c7b
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