[issue39689] struct and memoryview tests rely on undefined behavior (as revealed by clang 9)

Petr Viktorin report at bugs.python.org
Wed Mar 11 11:52:09 EDT 2020


Petr Viktorin <encukou at gmail.com> added the comment:

The memoryview module does the same thing as struct, and its tests expect the same behavior as with struct.

So, whatever we do in struct should be also done in memoryview.

----------
title: test_struct failure on s390x Fedora Clang buildbot -> struct and memoryview tests rely on undefined behavior (as revealed by clang 9)

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


More information about the Python-bugs-list mailing list