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 jackdied
Recipients benrg, jackdied, r.david.murray, terry.reedy
Date 2010-06-05.00:37:15
SpamBayes Score 0.11329475
Marked as misclassified No
Message-id <1275698237.82.0.120411988942.issue8847@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-06-05 00:37:18jackdiedsetrecipients: + jackdied, terry.reedy, r.david.murray, benrg
2010-06-05 00:37:17jackdiedsetmessageid: <1275698237.82.0.120411988942.issue8847@psf.upfronthosting.co.za>
2010-06-05 00:37:15jackdiedlinkissue8847 messages
2010-06-05 00:37:15jackdiedcreate