]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121477: mention new PyLong_*Bytes() functions in PyLong_FromString() (#121478)
authorSergey B Kirpichev <skirpichev@gmail.com>
Sat, 17 Aug 2024 09:13:31 +0000 (12:13 +0300)
committerGitHub <noreply@github.com>
Sat, 17 Aug 2024 09:13:31 +0000 (09:13 +0000)
commitce4b9c8464706a58d0c98c2b0deeec07e7496ccc
treeebfeaf711d4423c6957f8b2bb3424dc87d21b879
parente9287ea426e8e1b930f1c3f0cb949a1416d29090
gh-121477: mention new PyLong_*Bytes() functions in PyLong_FromString() (#121478)

* gh-121477: mention new PyLong_*Bytes() functions in PyLong_FromString()

* Update Doc/c-api/long.rst

---------

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Doc/c-api/long.rst