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-05-24.04:32:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558672335.26.0.0993099171307.issue37023@roundup.psfhosted.org>
In-reply-to
Content
I confirmed earlier that removing the new code from builtins_id fixes this issue, which I suspect means that PGO is deciding to make different optimizations and produce different output.

Other functions in the same stack also do not show their arguments, so I think the best thing to do here is fix the test to not care about arguments being in the display. The result of gcc's PGO on debug symbols should not affect how we make Python work.

I'll update the regex in the test tomorrow.
History
Date User Action Args
2019-05-24 04:32:15steve.dowersetrecipients: + steve.dower, vstinner
2019-05-24 04:32:15steve.dowersetmessageid: <1558672335.26.0.0993099171307.issue37023@roundup.psfhosted.org>
2019-05-24 04:32:15steve.dowerlinkissue37023 messages
2019-05-24 04:32:14steve.dowercreate