Stefan Behnel wrote: > Fine. That wasn't my point, though. The thing is that the above requires > *two* Python objects to exist, not just the one that the user controls the > reference of.
I think we may be confusing each other. I'm talking about the case where we only support direct conversion from utf8 in Py3, or the default encoding in Py2, so that the cached encoding in the string object can be used, and there is no extra Python object to keep track of. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
