On Mon, Jan 24, 2011 at 6:22 AM, Brett Cannon <br...@python.org> wrote: >> In "Getting Set Up" it describes how to build a pydebug build. Is that >> really necessary for those who plan only to contribute by working on >> pure Python code? >> > > Yes, there is actually a laundry list of reasons even people only > working on the stdlib should use a pydebug build.
And one big reason why I don't unless I have a specific need to check something with it - it makes the already quite long running time for the full test suite take even longer :) I figure it's beneficial to have people running a mixture of debug and release builds anyway - it helps catch things that work in one mode and not the other. Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com