]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-150397: Fix pyexpat bigmem test (GH-151329) (#151348)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Jun 2026 15:15:10 +0000 (17:15 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2026 15:15:10 +0000 (15:15 +0000)
commit0d4d4cd746578a0dd26333c82e520f586f029e5e
tree8da56e03e0b825d8960bb246687e1c6a212325ca
parentdc7ca40343e13c92afa2fff8bfe5a85914a20474
[3.15] gh-150397: Fix pyexpat bigmem test (GH-151329) (#151348)

gh-150397: Fix pyexpat bigmem test (GH-151329)

Add missing parameter (size).
(cherry picked from commit 0bbde07a0bbad3c79073fd133d6df70837e4cfee)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_pyexpat.py