Re: [Cython] Bug: C++ strings defined in a PXD file are empty

2013-07-17 Thread Stefan Behnel
Yury V. Zaytsev, 17.07.2013 13:59: > Please find a minimal reproducer attached: > > In [1]: import pxdbug > This should show 'bad value': > This should show 'good value': good value > > Is this a real bug or I'm missing something fundamental about the PXD > files? There is only one

[Cython] Bug: C++ strings defined in a PXD file are empty

2013-07-17 Thread Yury V. Zaytsev
Hi, Please find a minimal reproducer attached: In [1]: import pxdbug This should show 'bad value': This should show 'good value': good value Is this a real bug or I'm missing something fundamental about the PXD files? If it's the former, shall I create an issue on the Trac or GitHub