Éric Araujo <mer...@netwok.org> added the comment: + ``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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13228> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com