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 gpolo
Recipients BreamoreBoy, gpolo, mark.dickinson
Date 2010-08-04.21:01:35
SpamBayes Score 1.920049e-05
Marked as misclassified No
Message-id <1280955697.52.0.87206353166.issue4345@psf.upfronthosting.co.za>
In-reply-to
Content
> I assume that Tcl_GetCharLength works for any object, regardless of
> its internal representation?

I didn't look at its code but I assume it will create a string representation for the object in question if there isn't one in place when the call happens, so this means I /believe/ it will work for any Tcl object.

> Can you update the patch for py3k, and add docs and tests?

I can do it (maybe the test part may not be excellent), but not at this moment.

Btw, I'm happy that you mentioned that doc requirement about unexpected results because I was going to write about it in my previous reply but I thought my English could hurt its meaning and negatively affect you.
History
Date User Action Args
2010-08-04 21:01:37gpolosetrecipients: + gpolo, mark.dickinson, BreamoreBoy
2010-08-04 21:01:37gpolosetmessageid: <1280955697.52.0.87206353166.issue4345@psf.upfronthosting.co.za>
2010-08-04 21:01:35gpololinkissue4345 messages
2010-08-04 21:01:35gpolocreate