Home - Summaries: (main) : (py3.11) : Everything - Nightly builds - Benchmarks - RPython - Builders - About

pypy/module/pyexpat/test/apptest_pyexpat.py::test_set_maximum_amplification

def test_set_maximum_amplification():
        parser = pyexpat.ParserCreate()
        # Raises on error
>       parser.SetAllocTrackerMaximumAmplification(3.0)
E       (application-level) ExpatError: parser must be a root parser

module\pyexpat\test\apptest_pyexpat.py:19: ExpatError
builder: own-win-x86-64 build #2237
test: pypy/module/pyexpat/test/apptest_pyexpat/py/test_set_maximum_amplification