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 christian.heimes
Recipients alexandre.vassalotti, christian.heimes, donmez, gregory.p.smith, gvanrossum, loewis
Date 2008-01-19.11:01:47
SpamBayes Score 0.007801651
Marked as misclassified No
Message-id <1200740508.49.0.823454850893.issue1621@psf.upfronthosting.co.za>
In-reply-to
Content
Crashes ain't good ;)

I suggest that you chance only a small portion of files at a time, then
make && ./python Lib/test/regrtest.py. Start with the Parser, then move
over to AST and the rest of Python/.

You may have to remove all pyc and pyo files if you change code related
to the Parser, AST and byte code marshaling. I'm not sure if it's
required but it's worth a shot. Bytecode mismatches can lead to strange
errors.
History
Date User Action Args
2008-01-19 11:01:48christian.heimessetspambayes_score: 0.00780165 -> 0.007801651
recipients: + christian.heimes, gvanrossum, loewis, gregory.p.smith, alexandre.vassalotti, donmez
2008-01-19 11:01:48christian.heimessetspambayes_score: 0.00780165 -> 0.00780165
messageid: <1200740508.49.0.823454850893.issue1621@psf.upfronthosting.co.za>
2008-01-19 11:01:47christian.heimeslinkissue1621 messages
2008-01-19 11:01:47christian.heimescreate