[New-bugs-announce] [issue35847] RISC-V needs CTYPES_PASS_BY_REF_HACK

Andreas Schwab report at bugs.python.org
Tue Jan 29 03:35:39 EST 2019


New submission from Andreas Schwab <schwab at linux-m68k.org>:

======================================================================
FAIL: test_pass_by_value (ctypes.test.test_structures.StructureTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/abuild/rpmbuild/BUILD/Python-3.7.2/Lib/ctypes/test/test_structures.py", line 416, in test_pass_by_value
    self.assertEqual(s.first, 0xdeadbeef)
AssertionError: 195948557 != 3735928559

----------------------------------------------------------------------

----------
components: ctypes
messages: 334505
nosy: schwab
priority: normal
severity: normal
status: open
title: RISC-V needs CTYPES_PASS_BY_REF_HACK
type: behavior
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35847>
_______________________________________


More information about the New-bugs-announce mailing list