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 pitrou
Recipients andreypopp, eric.araujo, exarkun, ods, pitrou, pje, r.david.murray, riffm
Date 2011-01-20.13:16:34
SpamBayes Score 6.262436e-06
Marked as misclassified No
Message-id <1295529391.3705.15.camel@localhost.localdomain>
In-reply-to <1295529264.67.0.533573923426.issue10935@psf.upfronthosting.co.za>
Content
> Jean-Paul Calderone <invalid@example.invalid> added the comment:
> 
> > Phillip, your argument about interfacing with code written in C
> doesn't work for built-in immutable types like str.
> 
> Sure it does.  Definitely-str is easier to handle in C than
> maybe-str-subclass.

Well, PyString_AsString() works on subclasses as well as on str itself.
I'm not sure what operations you're thinking about here.
History
Date User Action Args
2011-01-20 13:16:56pitrousetrecipients: + pitrou, pje, exarkun, ods, eric.araujo, r.david.murray, riffm, andreypopp
2011-01-20 13:16:34pitroulinkissue10935 messages
2011-01-20 13:16:34pitroucreate