]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] Refactor test_capi.test_long (GH-122113) (GH-122151)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 23 Jul 2024 07:22:18 +0000 (10:22 +0300)
committerGitHub <noreply@github.com>
Tue, 23 Jul 2024 07:22:18 +0000 (07:22 +0000)
commitb24ca6ac0ee3b77104c512945b3a4c93d7cb197f
tree26bcccf54c0122a81fc381ed585e97560bc90b13
parent8d1f15712d243e03e50332abb86ff4c121814aa5
[3.12] Refactor test_capi.test_long (GH-122113) (GH-122151)

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

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