]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-111495: Add tests for PyNumber C API (GH-111996) (#123375)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Sep 2024 11:11:06 +0000 (13:11 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Sep 2024 11:11:06 +0000 (13:11 +0200)
commitcbcb9e1c0fa332eeab39d51b9abff6e5f00339c7
tree70dca2f5a675cc35b1461229f818ad944290d369
parentb1372e2f1afe6bd89ffaebe7383418acd8171408
[3.13] gh-111495: Add tests for PyNumber C API (GH-111996) (#123375)

gh-111495: Add tests for PyNumber C API (GH-111996)
(cherry picked from commit 2f20f5a9bc7dafdb3c2ae723da90eca1727a95f7)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Lib/test/test_capi/test_abstract.py
Lib/test/test_capi/test_number.py [new file with mode: 0644]
Modules/_testcapi/numbers.c