]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Refactor test_capi.test_long (GH-122113) (GH-122137)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Jul 2024 07:01:13 +0000 (09:01 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Jul 2024 07:01:13 +0000 (10:01 +0300)
commit4892cc072a18c0ef88ac7d2f57ab93736fe8704b
tree80ebf5ecde260101c67d566b9fe998ed1970b154
parente175bd3aafc754a7c5cbb2dba5b2e2e990e46b22
[3.13] Refactor test_capi.test_long (GH-122113) (GH-122137)

Share common code for tests for PyLong_As*() functions.
(cherry picked from commit 69f2dc5c06e62b4a9eb4da8f0cd456cc09b998ed)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_capi/test_long.py