]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-92892: Add section about variadic functions to ctypes documentation (#99529)
authorRonald Oussoren <ronaldoussoren@mac.com>
Tue, 22 Nov 2022 10:33:37 +0000 (11:33 +0100)
committerGitHub <noreply@github.com>
Tue, 22 Nov 2022 10:33:37 +0000 (11:33 +0100)
commitbc3a11d21ddef28047b18c0f6a5068fa9fb16da2
treef3a7334c86978fc40d837959a74297fee8a719af
parent959ba45d75953caa911e16b4c2a277978fc4b9b0
GH-92892: Add section about variadic functions to ctypes documentation (#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.
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]