Vitja Makarov, 06.11.2011 18:10:
When file encoding is specified cython generates two PyObject entries
for string consts one for the variable name and one for the string
constant.
That's because the content may actually become different after decoding,
even if the encoded byte sequence is iden
When file encoding is specified cython generates two PyObject entries
for string consts one for the variable name and one for the string
constant.
Here is ticket: http://trac.cython.org/cython_trac/ticket/740
At the first time I thought that this is C++ related bug. Now I
realise that C doesn't c