Stefan Behnel wrote: > I think you are referring to things like adding C numbers to Python numbers in > Python space. That's a trivial case where little memory is involved, and these > objects will be cleaned up almost immediately. Here, we are talking about > duplicating data in memory
We're all getting off on a wild tangent here. The code snippet I wrote was erroneous. It was meant to be an illustration of explicit decoding, not to imply that automatic memory allocation should be done if you wrote something like that. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
