On Mar 9, 2010, at 11:34 PM, Dag Sverre Seljebotn wrote: > Stefan Behnel wrote: >> Robert Bradshaw, 05.02.2010 12:18: >> >>> On Feb 5, 2010, at 3:00 AM, Dag Sverre Seljebotn wrote: >>> >>> >>>> There's no difference in principle between, say, stdlib.h and >>>> opengl.h. >>>> >>>> How about just "libc" and "libcpp" then? >>>> >>> Sure. And we should move all the Python ones to "python." >>> >> >> +1 >> >> Stefan >> >> > I'm preparing a patch now.
Thanks. > I need some help with Cython semantics -- for > backwards compatability, is it perfectly safe to leave replace the > current Cython/Includes/stdio.pxd with a file containing only > > from libc.stdio cimport * > > ? Or is that in any way different from keeping a full copy in > Cython/Includes/stdio.pxd? That should be exactly the same (and totally safe). You do know about hg rename, right? - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
