pypy/module/pyexpat/test/apptest_pyexpat.py::test_billion_laughs_rejected
def test_billion_laughs_rejected():
parser = pyexpat.ParserCreate()
> parser.SetBillionLaughsAttackProtectionActivationThreshold(0)
E (application-level) ExpatError: parser must be a root parser
module\pyexpat\test\apptest_pyexpat.py:53: ExpatError
builder: own-win-x86-64 build #2413+
test: pypy/module/pyexpat/test/apptest_pyexpat.py::test_billion_laughs_rejected