Message 305707 - Python tracker
On Mon, Nov 6, 2017 at 3:11 PM Neil Schemenauer <report@bugs.python.org> wrote: > > Neil Schemenauer <nas-python@arctrix.com> added the comment: > > Hi Victor, > > My first guess is that the build bot is not cleaning the fprofile > information after updating the source tree. A few options: > But it is. I actually looked at what the buildbots did before the PR to change the Makefile.pre.in for profile_opt builds went in. Here's what happens: http://buildbot.python.org/all/#/builders/47/builds/127/steps/2/logs/stdio Notice the "make clean profile-removal" on line 17. -gps