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.
1 parent 65de623 commit b3c482dCopy full SHA for b3c482d
Lib/test/test_pyexpat.py
@@ -822,6 +822,8 @@ class ExternalEntityParserCreateErrorTest(unittest.TestCase):
822
def setUpClass(cls):
823
cls.testcapi = import_helper.import_module('_testcapi')
824
825
+ @unittest.skipIf(support.Py_TRACE_REFS,
826
+ 'Py_TRACE_REFS conflicts with testcapi.set_nomemory')
827
def test_error_path_no_crash(self):
828
# When an allocation inside ExternalEntityParserCreate fails,
829
# the partially-initialized subparser is deallocated. This
0 commit comments