]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111140: PyLong_From/AsNativeBytes: Take *flags* rather than just *endianness*...
authorSteve Dower <steve.dower@python.org>
Fri, 5 Apr 2024 14:21:16 +0000 (15:21 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Apr 2024 14:21:16 +0000 (16:21 +0200)
commit687616877ba540a44f82ff764b5f13d36c0f3910
tree7e86b38ef111ccbe4725b10fb4e883d40fd558c4
parentabfa16b44bb9426312613893b6e193b02ee0304f
gh-111140: PyLong_From/AsNativeBytes: Take *flags* rather than just *endianness* (GH-116053)
Doc/c-api/long.rst
Include/cpython/longobject.h
Lib/test/test_capi/test_long.py
Misc/NEWS.d/next/C API/2024-02-28-15-50-01.gh-issue-111140.mpwcUg.rst [new file with mode: 0644]
Modules/_testcapi/long.c
Objects/longobject.c