[issue34096] [2.7] test_audioop.test_max() failed: AssertionError: -2147483648 != 2147483648L

STINNER Victor report at bugs.python.org
Fri Jul 13 08:59:30 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

I installed Fedora 28 in 32-bit (GCC 8.1.1) in a VM to try to reproduce the bug, but I failed to reproduce it.

Erich Eckner: IMHO your issue comes from a C flag. Try to loop on:

touch Modules/audioop.c && make && ./python -m test test_audioop

And remove flags from PY_CFLAGS in Makefile, one by one, until the bug goes away, to try to identify which C flags causes your issue.

----------

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


More information about the Python-bugs-list mailing list