Dag Sverre Seljebotn, 17.04.2012 14:53: > Is bytes a vararg object or does it wrap a char*?
The data is stored internally in all CPython versions. Note that access to it may not be efficient in other Python implementations, but at least PyPy would also have a problem with providing a non-reference counted char* value (unless they let it live forever, that is...). Stefan _______________________________________________ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel