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 xiang.zhang
Recipients brett.cannon, cstratak, gregory.p.smith, methane, torsava, vstinner, xiang.zhang
Date 2017-05-10.07:22:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494400923.98.0.594792002844.issue29243@psf.upfronthosting.co.za>
In-reply-to
Content
> 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).

I don't mean "make" is changed. I mean the latter. Before, a single "make test" or "make install" will do all things for you, including the profile procedure. Now they seems not. You have to run "make" before them to trigger the profile procedure.

Actually I am quite okay with this change. But don't know others.
History
Date User Action Args
2017-05-10 07:22:04xiang.zhangsetrecipients: + xiang.zhang, brett.cannon, gregory.p.smith, vstinner, methane, cstratak, torsava
2017-05-10 07:22:03xiang.zhangsetmessageid: <1494400923.98.0.594792002844.issue29243@psf.upfronthosting.co.za>
2017-05-10 07:22:03xiang.zhanglinkissue29243 messages
2017-05-10 07:22:03xiang.zhangcreate