On Sat, Aug 11, 2012 at 1:19 PM, Stefan Behnel <stefan...@behnel.de> wrote:
> Hi,
>
> I ran into a couple of problems with the new C++ STL integration, just
> dumping them here for now.
>
> Invalid C code when using a stack allocated C++ vector inside of a
> generator, also lacking type conversion utility code:
>
> https://github.com/cython/cython/commit/d0a8e24720c3ed4e723b5a1b204bf375780f51bd

The problem here is that utility code attached at this stage of the
pipeline gets ignored. In particular, we get to
https://github.com/cython/cython/blob/a7c689c10eea66f9fe384d7bc324a7aa50975f9d/Cython/Compiler/UtilityCode.py#L130
which I am at a loss to explain.

- Robert
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to