]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139393: fix `_CALL_LEN` JIT tests for tuples (#139394)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sun, 28 Sep 2025 17:30:44 +0000 (19:30 +0200)
committerGitHub <noreply@github.com>
Sun, 28 Sep 2025 17:30:44 +0000 (19:30 +0200)
commit3779f2b95ebf68e2d5f8ea27c7a7baa0879f5496
treec08dc6da892d60cb32c7025addfb6112ce929dcc
parent519bc470fc874b9aaad8eed0de7b99736d18c09f
gh-139393:  fix `_CALL_LEN` JIT tests for tuples (#139394)

Fix a regression introduced in 7ce25edb8f41e527ed479bf61ef36dc9841b4ac5
where `_PY_NSMALLPOSINTS` was changed from 257 to 1025.
Lib/test/test_capi/test_opt.py
Modules/_testinternalcapi.c