Antoine Pitrou <pit...@free.fr> added the comment: > 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10935> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com