]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[docs] Mention how to get/set a bigint PyLong via the C API (#101270)
authorGregory P. Smith <greg@krypto.org>
Tue, 24 Jan 2023 05:20:53 +0000 (21:20 -0800)
committerGitHub <noreply@github.com>
Tue, 24 Jan 2023 05:20:53 +0000 (21:20 -0800)
commite244401ce508ad391295beb636e499fcc6797a2a
tree5bf6c0508b599543bf06fb122e21de3302a1259f
parentb724ac2fe7fbb5a7a33d639cad8e748f17b325e0
[docs] Mention how to get/set a bigint PyLong via the C API (#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
Doc/c-api/long.rst