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 mark.dickinson
Recipients loewis, mark.dickinson, pitrou, wiget
Date 2009-10-12.18:14:00
SpamBayes Score 0.009409931
Marked as misclassified No
Message-id <1255371244.09.0.495849076987.issue6603@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch.

Martin, would you be able to take a look at this?

N.B.  I also tried './configure --with-tsc && make && make test' for a 
build of the trunk on OS X 10.6;  the configure and make steps succeeded, 
but 'make test' immediately segfaults;  gdb shows the segfault coming from 
ceval.c.  This patch fixes that segfault.
History
Date User Action Args
2009-10-12 18:14:04mark.dickinsonsetrecipients: + mark.dickinson, loewis, pitrou, wiget
2009-10-12 18:14:04mark.dickinsonsetmessageid: <1255371244.09.0.495849076987.issue6603@psf.upfronthosting.co.za>
2009-10-12 18:14:02mark.dickinsonlinkissue6603 messages
2009-10-12 18:14:02mark.dickinsoncreate