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 steve.dower, vstinner
Date 2019-09-23.14:34:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569249261.44.0.91130076351.issue38239@roundup.psfhosted.org>
In-reply-to
Content
> builtid_id isn't in longobject.c, so this is incorrect debug information. The test expects to find it in bltinmodule.c:

gdb may be confused by LTO. I'm not sure if how LTO works to debug symbols.

> Shouldn't this test be suppressed on LTO builds?

Maybe. I don't know.
History
Date User Action Args
2019-09-23 14:34:21vstinnersetrecipients: + vstinner, steve.dower
2019-09-23 14:34:21vstinnersetmessageid: <1569249261.44.0.91130076351.issue38239@roundup.psfhosted.org>
2019-09-23 14:34:21vstinnerlinkissue38239 messages
2019-09-23 14:34:21vstinnercreate