]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116560: Add PyLong_GetSign() public function (#116561)
authorSergey B Kirpichev <skirpichev@gmail.com>
Mon, 3 Jun 2024 12:06:31 +0000 (15:06 +0300)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2024 12:06:31 +0000 (14:06 +0200)
commit61d3ab32da92e70bb97a544d76ef2b837501024f
tree46a12c70cc83c83e4e6942f0b7a7aa63191addb5
parent367adc91fb9834eb35b168048fd54705621c3f21
gh-116560: Add PyLong_GetSign() public function (#116561)

Co-authored-by: Victor Stinner <vstinner@python.org>
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-03-10-14-55-51.gh-issue-116560.x2mZaO.rst [new file with mode: 0644]
Modules/_testcapi/long.c
Objects/longobject.c