]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35847: RISC-V needs CTYPES_PASS_BY_REF_HACK (GH-11694)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 29 Jan 2019 21:11:36 +0000 (13:11 -0800)
committerGitHub <noreply@github.com>
Tue, 29 Jan 2019 21:11:36 +0000 (13:11 -0800)
commit10354cbb5067b4719ba1c2d51d22314a644ed3e5
tree7f5adb4acdc9b65c4220ea7bcf9679ed7e02de2f
parentff27f8145d7194fb3891b610443dee15be8f8f63
bpo-35847: RISC-V needs CTYPES_PASS_BY_REF_HACK (GH-11694)

This fixes the ctypes.test.test_structures.StructureTestCase test.

https://bugs.python.org/issue35847
(cherry picked from commit 742d768656512a469ce9571b1cbd777def7bc5ea)

Co-authored-by: Andreas Schwab <schwab@linux-m68k.org>
Misc/NEWS.d/next/Library/2019-01-29-09-11-09.bpo-35847.eiSi4t.rst [new file with mode: 0644]
Modules/_ctypes/callproc.c