[Cython] C++ structs, namespace, and auto-conversion of struct to dict

Kevin Thornton krthornt at uci.edu
Mon Feb 1 20:03:56 EST 2016


Hi,

I recently ran into an issue where I found that Cython will not generate
code to auto-convert structs do dicts if the struct is declared in a C++
namespace.

The issue has also been discussed here:
http://stackoverflow.com/questions/29603562/auto-conversion-of-structs-to-dicts-in-cython

While there are obvious workarounds, none of them are ideal.

Is there a road map for addressing this issue?  If not, what would it take
to do so, and where in the code should one start looking?

Thanks,

Kevin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cython-devel/attachments/20160202/2db767ff/attachment.html>


More information about the cython-devel mailing list