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

2016-02-02 Thread Kevin Thornton
Great--thanks! On Tue, Feb 2, 2016 at 12:56 AM Robert Bradshaw wrote: > On Mon, Feb 1, 2016 at 5:03 PM, Kevin Thornton wrote: > > 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++ > >

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

2016-02-02 Thread Robert Bradshaw
On Mon, Feb 1, 2016 at 5:03 PM, Kevin Thornton wrote: > 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/qu