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 xapple
Recipients Anthony.Kong, Anton.Korobeynikov, Julian, Nam.Nguyen, Oleg.Plakhotnyuk, Yury.Selivanov, barry, eric.araujo, ezio.melotti, gvanrossum, hynek, maker, michael.foord, ned.deily, ronaldoussoren, thomaspinckney3, trent, vstinner, xapple
Date 2012-09-04.14:00:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346767223.09.0.0381826931219.issue13241@psf.upfronthosting.co.za>
In-reply-to
Content
I agree to close the issue. I tried following the steps proposed here:

http://docs.python.org/devguide/

And typed these two commands on a OS X 10.8.1 with XCode and command line tools installed.

$ hg clone http://hg.python.org/cpython.
$ run ./configure --with-pydebug && make -j2

Python built perfectly.
History
Date User Action Args
2012-09-04 14:00:23xapplesetrecipients: + xapple, gvanrossum, barry, ronaldoussoren, vstinner, ned.deily, trent, ezio.melotti, thomaspinckney3, eric.araujo, michael.foord, maker, Yury.Selivanov, Julian, Anthony.Kong, hynek, Nam.Nguyen, Oleg.Plakhotnyuk, Anton.Korobeynikov
2012-09-04 14:00:23xapplesetmessageid: <1346767223.09.0.0381826931219.issue13241@psf.upfronthosting.co.za>
2012-09-04 14:00:22xapplelinkissue13241 messages
2012-09-04 14:00:22xapplecreate