This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients deep42thought, vstinner
Date 2018-07-13.12:59:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531486770.81.0.56676864532.issue34096@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-07-13 12:59:30vstinnersetrecipients: + vstinner, deep42thought
2018-07-13 12:59:30vstinnersetmessageid: <1531486770.81.0.56676864532.issue34096@psf.upfronthosting.co.za>
2018-07-13 12:59:30vstinnerlinkissue34096 messages
2018-07-13 12:59:30vstinnercreate