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