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 vstinner
Recipients brett.cannon, cstratak, gregory.p.smith, methane, torsava, vstinner, xiang.zhang
Date 2017-05-10.06:52:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYma1-ksbCAqaq3dXdsSaOh=1y+q3CS1r_NvjGn1VrUMg@mail.gmail.com>
In-reply-to <1494389622.39.0.547736000385.issue29243@psf.upfronthosting.co.za>
Content
Xiang Zhang added the comment:
> So now we have to run make if we want to trigger the profile procedure since other make commands like make test won't trigger the procedure by itself, right?

I don't think that the patch changes the behaviour of "make": it only
changes the behaviour of "make install" and "make test" (and a few
others).

To be honest, I don't know if Makefile knows when a rebuild is needed
and how it works. To run benchmarks, I always rebuild Python from
scratch, even from an empty directory!
History
Date User Action Args
2017-05-10 06:52:00vstinnersetrecipients: + vstinner, brett.cannon, gregory.p.smith, methane, xiang.zhang, cstratak, torsava
2017-05-10 06:52:00vstinnerlinkissue29243 messages
2017-05-10 06:52:00vstinnercreate