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 400c7ec commit 2c7e890Copy full SHA for 2c7e890
1 file changed
Lib/test/test_pyexpat.py
@@ -1008,8 +1008,7 @@ class ExternalEntityParserCreateErrorTest(unittest.TestCase):
1008
def setUpClass(cls):
1009
cls.testcapi = import_helper.import_module('_testcapi')
1010
1011
- @unittest.skipIf(support.Py_TRACE_REFS,
1012
- 'Py_TRACE_REFS conflicts with testcapi.set_nomemory')
+ @support.nomemtest
1013
def test_error_path_no_crash(self):
1014
# When an allocation inside ExternalEntityParserCreate fails,
1015
# the partially-initialized subparser is deallocated. This
0 commit comments