]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128863: Deprecate _PyLong_Sign() function (#129176)
authorVictor Stinner <vstinner@python.org>
Thu, 23 Jan 2025 02:11:53 +0000 (03:11 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Jan 2025 02:11:53 +0000 (03:11 +0100)
commit1d485db953fa839942a609202ace49d03708f797
treef9f11311dac12ddf146bb81954ebbc65c02e6680
parent0093a31273898930e5fb19ff5d1655c4458a2056
gh-128863: Deprecate _PyLong_Sign() function (#129176)

Replace _PyLong_Sign() with PyLong_GetSign().
Doc/deprecations/c-api-pending-removal-in-3.18.rst
Doc/whatsnew/3.14.rst
Include/cpython/longobject.h
Misc/NEWS.d/next/C_API/2025-01-15-11-42-07.gh-issue-128863.C9MkB_.rst
Modules/_pickle.c
Modules/_testinternalcapi.c
Objects/floatobject.c
Objects/longobject.c
Objects/sliceobject.c