]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47116: use _PyLong_FromUnsignedChar instead of PyLong_FromLong (GH-32110)
authorPieter Eendebak <pieter.eendebak@gmail.com>
Sat, 26 Mar 2022 19:47:38 +0000 (20:47 +0100)
committerGitHub <noreply@github.com>
Sat, 26 Mar 2022 19:47:38 +0000 (15:47 -0400)
commitc23ddf5ec229b7302437a1cf32d366df5cc5b837
treec073f9b67377bc1963b21470aca471a72f9b279a
parente8e737bcf6d22927caebc30c5d57ac4634063219
bpo-47116: use _PyLong_FromUnsignedChar instead of PyLong_FromLong (GH-32110)
Objects/bytearrayobject.c
Objects/bytesobject.c