Hoyt Koepke wrote: > Hi, > > Here was my use case: > > I wanted to have a single structure that holds a bunch of option > parameters for my algorithm. This structure would get passed around > between some of the functions, and some of the particular options are > in the inner loop of things and so I wanted access to be quick. I > wanted to put the defaults in the structure definition and then allow > the user to change them if needed after creating the structure. I > ended up using an extension class w/ constructor to hold the options, > which I think is a better solution, but perhaps there are other use > cases.
To be clear, you say "as of r1117", does that mean that this used to work prior to r1117? I.e. did the feature use to work and then got broken, or was this never allowed? -- Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
