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 f2b5131 commit 4f5f6eaCopy full SHA for 4f5f6ea
Lib/test/test_pyexpat.py
@@ -842,6 +842,8 @@ class ExternalEntityParserCreateErrorTest(unittest.TestCase):
842
def setUpClass(cls):
843
cls.testcapi = import_helper.import_module('_testcapi')
844
845
+ @unittest.skipIf(support.Py_TRACE_REFS,
846
+ 'Py_TRACE_REFS conflicts with testcapi.set_nomemory')
847
def test_error_path_no_crash(self):
848
# When an allocation inside ExternalEntityParserCreate fails,
849
# the partially-initialized subparser is deallocated. This
0 commit comments