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.
support.nomemtest
test_pyexpat
1 parent d1faeda commit a3aa50aCopy full SHA for a3aa50a
1 file changed
Lib/test/test_pyexpat.py
@@ -964,8 +964,7 @@ class ExternalEntityParserCreateErrorTest(unittest.TestCase):
964
def setUpClass(cls):
965
cls.testcapi = import_helper.import_module('_testcapi')
966
967
- @unittest.skipIf(support.Py_TRACE_REFS,
968
- 'Py_TRACE_REFS conflicts with testcapi.set_nomemory')
+ @support.nomemtest
969
def test_error_path_no_crash(self):
970
# When an allocation inside ExternalEntityParserCreate fails,
971
# the partially-initialized subparser is deallocated. This
0 commit comments