]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[docs] Mention how to get/set a bigint PyLong via the C API (GH-101270)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Jan 2023 05:30:29 +0000 (21:30 -0800)
committerGitHub <noreply@github.com>
Tue, 24 Jan 2023 05:30:29 +0000 (21:30 -0800)
commita259efc63fb784634b66b5f8c8342d60672aaa23
treeca32de814a906b7ee42c9698e5e0d336ddaa4d66
parent81266281073f498349d6e98563a6519e2b94a1c4
[docs] Mention how to get/set a bigint PyLong via the C API (GH-101270)

We don't need direct C APIs to get at a bigint representation of PyLong but we
do want the few people who need to understand how.

Additional Author:  CAM-Gerlach
(cherry picked from commit e244401ce508ad391295beb636e499fcc6797a2a)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Doc/c-api/long.rst