]> 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:31:06 +0000 (21:31 -0800)
committerGitHub <noreply@github.com>
Tue, 24 Jan 2023 05:31:06 +0000 (21:31 -0800)
commitbab79942c46436e0034c8a033a3c22974ddf6645
treeac57527b0796b8040b78702d5fea0b872ec2fb56
parent5964b1282919b4f82fbe7f4afd28624a4564dc04
[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