[issue8847] crash appending list and namedtuple

Jack Diederich report at bugs.python.org
Sat Jun 5 02:37:17 CEST 2010


Jack Diederich <jackdied at gmail.com> added the comment:

Two more probes:

1) does it also have the same strange/crashy behavior when you subclass list and concat that to a tuple?

2) does dropping the optimization level down to -O help?  This has "compiler quirk" written all over it.  The C-code for list and tuple concat are almost identical, and both start with a type check.

----------

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


More information about the Python-bugs-list mailing list