]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-92892: Add section about variadic functions to ctypes documentation (GH-99529)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 22 Nov 2022 18:57:09 +0000 (10:57 -0800)
committerGitHub <noreply@github.com>
Tue, 22 Nov 2022 18:57:09 +0000 (10:57 -0800)
commita64e71eeceb67a993b9b4bd34ab6083f184bd552
tree078cdaf334bceb0ebc65a138d2836e389b6f57ec
parent420b7e8f43fe0527a8e68fca57227e35733d0b2b
GH-92892: Add section about variadic functions to ctypes documentation (GH-99529)

On some platforms, and in particular macOS/arm64, the calling
convention for variadic arguments is different from the regular
calling convention. Add a section to the documentation to document
this.
(cherry picked from commit bc3a11d21ddef28047b18c0f6a5068fa9fb16da2)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
Doc/library/ctypes.rst
Misc/NEWS.d/next/Documentation/2022-11-16-12-52-23.gh-issue-92892.TS-P0j.rst [new file with mode: 0644]