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 steve.dower
Recipients steve.dower, vstinner
Date 2019-09-21.18:31:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569090707.48.0.49536080181.issue38239@roundup.psfhosted.org>
In-reply-to
Content
Shouldn't this test be suppressed on LTO builds?

#0  builtin_id (self=, v=<unknown at remote 0x94e000>) at Objects/longobject.c:1113

builtid_id isn't in longobject.c, so this is incorrect debug information. The test expects to find it in bltinmodule.c:

re.match(r'.*#0\s+builtin_id\s+\(self\=.*,\s+v=\s*(.*?)?\)\s+at\s+\S*Python/bltinmodule.c.*' ...
History
Date User Action Args
2019-09-21 18:31:47steve.dowersetrecipients: + steve.dower, vstinner
2019-09-21 18:31:47steve.dowersetmessageid: <1569090707.48.0.49536080181.issue38239@roundup.psfhosted.org>
2019-09-21 18:31:47steve.dowerlinkissue38239 messages
2019-09-21 18:31:47steve.dowercreate