[Cython] About extension types...

Mohamed Lrhazi lrhazi at gmail.com
Mon Apr 27 17:12:36 CEST 2009


Extension types are defined as "class", which the python user would
"instantiate".

Can I assume that every Python instance, using my module,  will have
its own instance of that "class"?

Thanks,
Mohamed.


More information about the Cython-dev mailing list