]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126061: Add PyLong_IsPositive/Zero/Negative() functions (#126065)
authorRUANG (James Roy) <longjinyii@outlook.com>
Tue, 12 Nov 2024 13:18:06 +0000 (21:18 +0800)
committerGitHub <noreply@github.com>
Tue, 12 Nov 2024 13:18:06 +0000 (14:18 +0100)
commit8ff7efb46d34ee454239bd86ff5136f386b9749b
tree0dae8e79e19bbec4ea0546670604b4ef0f8a590b
parentabb90ba46c597a1b192027e914ad312dd62d2462
gh-126061: Add PyLong_IsPositive/Zero/Negative() functions (#126065)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/c-api/long.rst
Doc/whatsnew/3.14.rst
Include/cpython/longobject.h
Lib/test/test_capi/test_long.py
Misc/NEWS.d/next/C_API/2024-10-28-15-56-03.gh-issue-126061.Py51_1.rst [new file with mode: 0644]
Modules/_testcapi/long.c
Objects/longobject.c