jhgameboy / ironclad

Automatically exported from code.google.com/p/ironclad
Other
0 stars 0 forks source link

Sequence protocol occasionally too aggressive in 'baking' immutable objects #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
PySequence_SetItem has special-case ccode for lists; PySequence_GetItem is
about to have special-case code for tuples. Both functions, and more,
should probably have special-case code for tuples, lists, and strings.

Original issue reported on code.google.com by fwere...@gmail.com on 13 Feb 2009 at 11:12

GoogleCodeExporter commented 9 years ago

Original comment by fwere...@gmail.com on 18 Feb 2009 at 12:06