Yury V. Zaytsev, 05.07.2013 14:40:
> I have just discovered that if one uses Python 2.7 constructs in the
> code like
>
> print("Object: {}".format(obj))
>
> the resulting C++ module compiles just fine with both Python 2.6 and
> Python 2.7 headers, however, in the former case, ValueError is raised at
> runtime:
>
> ValueError: zero length field name in format
>
> Is this an intended behavior or Cython should have abstracted this
> difference for me, and it can be considered a bug?
Cython has nothing to do with this.
Stefan
_______________________________________________
cython-devel mailing list
[email protected]
http://mail.python.org/mailman/listinfo/cython-devel