andrewyoung1991 / tinypy

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

verify that strings are handled the best way possible #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm unsure if tp->strings still serves any purpose.  Please verify that it
does, and if not, remove it.

Also, it might be better if tp_string_slice used tp_string_sub instead of
tp_string_copy.  Please verify with memory / speed tests if this is the case.

These aren't the most important issues in the world, but they should be
checked eventually.  I've assigned this task to myself, but if someone else
has thoughts, I'd be glad to hear them.

Original issue reported on code.google.com by philhas...@gmail.com on 14 Sep 2008 at 3:40