[Cython] error when cythonizing unicode
Ondrej Certik
ondrej at certik.cz
Sat Feb 9 10:38:49 CET 2008
On Feb 8, 2008 9:53 PM, Stefan Behnel <stefan_ml at behnel.de> wrote:
> Hi,
>
>
> Ondrej Certik wrote:
> > another bug was discovered in the Cython 0.9.6.11 in Debian:
> >
> > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464751
> >
> > I am currently busy finding out, whether it was fixed already, so just
> > reporting it here.
>
> This works around it. However, I would prefer having a solution that makes
> builtin-types that have a duality as API functions (PyObject_Str,
> PyObject_Unicode, ...) available as both a function and a type, hopefully
> depending on the context.
Excellent. Let's put this into your repository and release, so that I
don't have to patch the Debian package. :)
Ondrej
More information about the Cython-dev
mailing list