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 eric.araujo
Recipients eric.araujo, ezio.melotti, terry.reedy
Date 2011-10-21.13:33:19
SpamBayes Score 0.034233253
Marked as misclassified No
Message-id <1319204000.1.0.0339746301852.issue13228@psf.upfronthosting.co.za>
In-reply-to
Content
+   ``hg clone http://hg.python.org/cpython``;
I use http://hg.python.org/cpython#default to avoid cloning the 2.x branches, that’s an optimization that can save some time and space.

+2. run ``./configure --with-pydebug && make -j2``
Is make -j2 harmless on single-CPU systems?  Doesn’t our make default to -j0 anyway, to use all CPUs?

+3. :doc:`run the tests <runtests>` with ``./python -m test``;
Is that cross-platform?  Mac OS X has python.exe for example.
History
Date User Action Args
2011-10-21 13:33:20eric.araujosetrecipients: + eric.araujo, terry.reedy, ezio.melotti
2011-10-21 13:33:20eric.araujosetmessageid: <1319204000.1.0.0339746301852.issue13228@psf.upfronthosting.co.za>
2011-10-21 13:33:19eric.araujolinkissue13228 messages
2011-10-21 13:33:19eric.araujocreate