]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Refactor test_capi.test_long (GH-122113)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 22 Jul 2024 18:43:00 +0000 (21:43 +0300)
committerGitHub <noreply@github.com>
Mon, 22 Jul 2024 18:43:00 +0000 (21:43 +0300)
commit69f2dc5c06e62b4a9eb4da8f0cd456cc09b998ed
treee9533edf9e1854ec07918164b64114932a810cf2
parentad935a901610bf54adcb35624b0202a03f2799b5
Refactor test_capi.test_long (GH-122113)

Share common code for tests for PyLong_As*() functions.

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