[issue6603] Compilation error if configuref --with-computed-gotos

Mark Dickinson report at bugs.python.org
Mon Oct 12 20:14:04 CEST 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

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.

----------
keywords: +patch
nosy: +loewis
stage: needs patch -> patch review
Added file: http://bugs.python.org/file15110/tsc_x86_64.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6603>
_______________________________________


More information about the Python-bugs-list mailing list