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 cstratak, hroncok, pablogsal, petr.viktorin, vstinner
Date 2020-10-27.01:00:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603760446.12.0.225112944747.issue42164@roundup.psfhosted.org>
In-reply-to
Content
> Yeah, now try to compile with LTO and CFLAGS='-O0'

Using LTO:

* "-O1 -finline-functions -finline-small-functions -fpartial-inlining" reproduces the issue.
* "-O1" does not reproduce the issue.
History
Date User Action Args
2020-10-27 01:00:46vstinnersetrecipients: + vstinner, petr.viktorin, cstratak, hroncok, pablogsal
2020-10-27 01:00:46vstinnersetmessageid: <1603760446.12.0.225112944747.issue42164@roundup.psfhosted.org>
2020-10-27 01:00:46vstinnerlinkissue42164 messages
2020-10-27 01:00:46vstinnercreate