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 brett.cannon
Recipients brett.cannon, larry
Date 2013-05-28.01:02:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369702928.42.0.612737848185.issue18075@psf.upfronthosting.co.za>
In-reply-to
Content
If you run any test that has infinite recursion (test_json test_exceptions test_sys test_runpy) it will segfault with a fresh checkout under OS X 10.8.3 using Clang. Not sure how widespread this is.

I did check that I am using a clean checkout of the default branch.
History
Date User Action Args
2013-05-28 01:02:08brett.cannonsetrecipients: + brett.cannon, larry
2013-05-28 01:02:08brett.cannonsetmessageid: <1369702928.42.0.612737848185.issue18075@psf.upfronthosting.co.za>
2013-05-28 01:02:08brett.cannonlinkissue18075 messages
2013-05-28 01:02:07brett.cannoncreate