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 SnoopJeDi
Recipients SnoopJeDi, anthonypjshaw, dacut, ncoghlan, wencan, xtreak
Date 2021-11-29.18:34:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638210848.33.0.0955892827734.issue34820@roundup.psfhosted.org>
In-reply-to
Content
The Makefile issue was fixed in bpo-37725 (GitHub: https://github.com/python/cpython/commit/c6bbcd258302b4b9b3d4f3c39bb5f7ff0120ec67), but the change wasn't ported to the 3.7, 3.8 branches. Those versions are now security-only, so this issue can probably just be closed.

If anybody comes to this issue with the same problem, you can `make profile-removal` or `make clobber` to get GNU Make to clean up the PGO data, or you can remove the files yourself with the `find` invocation.
History
Date User Action Args
2021-11-29 18:34:08SnoopJeDisetrecipients: + SnoopJeDi, ncoghlan, anthonypjshaw, dacut, xtreak, wencan
2021-11-29 18:34:08SnoopJeDisetmessageid: <1638210848.33.0.0955892827734.issue34820@roundup.psfhosted.org>
2021-11-29 18:34:08SnoopJeDilinkissue34820 messages
2021-11-29 18:34:08SnoopJeDicreate