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 lys.nikolaou
Recipients gvanrossum, lys.nikolaou, pablogsal
Date 2020-05-18.14:36:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589812588.44.0.195264143447.issue40669@roundup.psfhosted.org>
In-reply-to
Content
Because `make time` and all the related Makefile targets use the local built Python in the cpython parent directory. In order to install it, one would have to go through various steps, like installing openssl, configuring python with ssl support, building and installing python, creating a venv etc. Since it's more time-consuming that just running `make time` and since it's only needed for something that in most cases is not the most important thing, I think we can just go ahead and make it optional.

Is there a downside to this change I'm missing?
History
Date User Action Args
2020-05-18 14:36:28lys.nikolaousetrecipients: + lys.nikolaou, gvanrossum, pablogsal
2020-05-18 14:36:28lys.nikolaousetmessageid: <1589812588.44.0.195264143447.issue40669@roundup.psfhosted.org>
2020-05-18 14:36:28lys.nikolaoulinkissue40669 messages
2020-05-18 14:36:28lys.nikolaoucreate