Message107115
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. |
|
Date |
User |
Action |
Args |
2010-06-05 00:37:18 | jackdied | set | recipients:
+ jackdied, terry.reedy, r.david.murray, benrg |
2010-06-05 00:37:17 | jackdied | set | messageid: <1275698237.82.0.120411988942.issue8847@psf.upfronthosting.co.za> |
2010-06-05 00:37:15 | jackdied | link | issue8847 messages |
2010-06-05 00:37:15 | jackdied | create | |
|