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 malin
Recipients Mark.Shannon, kj, lemburg, malin, neonene, pablogsal, paul.moore, rhettinger, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-09-19.03:27:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632022034.83.0.653432964472.issue45116@roundup.psfhosted.org>
In-reply-to
Content
> In my case, pgo got stuck on linking with the object.h.

Me too. Since commit 28d28e0 (the first commit to slow down the PGO build), if add `__forceinline` attribute to _Py_DECREF() function in object.h, the PGO build hangs (>50 minutes).

So PR 28427 may not be a short-term solution.
History
Date User Action Args
2021-09-19 03:27:14malinsetrecipients: + malin, lemburg, rhettinger, paul.moore, vstinner, tim.golden, Mark.Shannon, zach.ware, steve.dower, pablogsal, neonene, kj
2021-09-19 03:27:14malinsetmessageid: <1632022034.83.0.653432964472.issue45116@roundup.psfhosted.org>
2021-09-19 03:27:14malinlinkissue45116 messages
2021-09-19 03:27:14malincreate