Stefan Behnel wrote:

> Cython already keeps track of module dependencies (a Pyrex feature). But
> I'm not sure if that extends to inter-pxd dependencies. It should be easy
> to support that, though. Then the dependency list would tell you if you
> have to re-parse a pickled .pxd.

The difficulty as I see it would be figuring out how to
pickle just the declarations that came from a particular
.pxd file. Simply pickling the symbol table as it's
currently implemented would end up pickling far too much,
and unpickling it would create duplicates of objects
that you don't want duplicated.

-- 
Greg
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to