hi there,

I have some freecycles these days and I was wondering if I couldn't dive a 
little bit more into cython's codebase.

my pet peeve would be to add some more user friendly module support in cython, 
so one could write:

# mymodule.pyx
__all__ = [ 'fct1', 'fct2', 'cls1', 'obj', ]
# definitions follow
# EOF

and be able to cimport those in various other cython modules, instead of 
having to create .pxd and .pyx files.

so, where should I start ?

cheers,
sebastien.
-- 
#########################################
# Dr. Sebastien Binet
# Laboratoire de l'Accelerateur Lineaire
# Universite Paris-Sud XI
# Batiment 200
# 91898 Orsay
#########################################
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to