There was an error while loading. Please reload this page.
support.nomemtest
test_pyexpat
1 parent 0f98c66 commit 5590ea4Copy full SHA for 5590ea4
1 file changed
Lib/test/test_pyexpat.py
@@ -968,8 +968,7 @@ class ExternalEntityParserCreateErrorTest(unittest.TestCase):
968
def setUpClass(cls):
969
cls.testcapi = import_helper.import_module('_testcapi')
970
971
- @unittest.skipIf(support.Py_TRACE_REFS,
972
- 'Py_TRACE_REFS conflicts with testcapi.set_nomemory')
+ @support.nomemtest
973
def test_error_path_no_crash(self):
974
# When an allocation inside ExternalEntityParserCreate fails,
975
# the partially-initialized subparser is deallocated. This
0 commit comments