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 82a24a4 commit 46d92b7Copy full SHA for 46d92b7
Lib/test/test_pyexpat.py
@@ -854,6 +854,8 @@ class ExternalEntityParserCreateErrorTest(unittest.TestCase):
854
def setUpClass(cls):
855
cls.testcapi = import_helper.import_module('_testcapi')
856
857
+ @unittest.skipIf(support.Py_TRACE_REFS,
858
+ 'Py_TRACE_REFS conflicts with testcapi.set_nomemory')
859
def test_error_path_no_crash(self):
860
# When an allocation inside ExternalEntityParserCreate fails,
861
# the partially-initialized subparser is deallocated. This
0 commit comments