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 DahlitzFlorian
Recipients DahlitzFlorian, ned.deily
Date 2019-11-22.08:06:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574409962.05.0.542728247734.issue38877@roundup.psfhosted.org>
In-reply-to
Content
My commands were as follows:

$ ./configure
$ make &> output_without.txt
$ ./configure --enable-optimizations
$ make &> output.txt

Doing a make clean before each make resolved the issue. Thanks Ned!
I searched through the README.md on GitHub and found a note about make clean. However, the Developer's Guide at python.org doesn't mention it in the Quick References. Should it be added?
History
Date User Action Args
2019-11-22 08:06:02DahlitzFloriansetrecipients: + DahlitzFlorian, ned.deily
2019-11-22 08:06:02DahlitzFloriansetmessageid: <1574409962.05.0.542728247734.issue38877@roundup.psfhosted.org>
2019-11-22 08:06:02DahlitzFlorianlinkissue38877 messages
2019-11-22 08:06:01DahlitzFloriancreate