[Cython] CEP1000: Native dispatch through callables

Stefan Behnel stefan_ml at behnel.de
Tue Apr 17 15:16:09 CEST 2012


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


More information about the cython-devel mailing list