Sorry for the ignorance, but I have little idea what cython is and what incorporating this into Django involves. If you could give a little background information that would be appreciated.
On Thursday, December 10, 2015 at 1:14:46 PM UTC-5, Florian Apolloner wrote: > > > > On Thursday, December 10, 2015 at 12:52:46 PM UTC+1, Alexandru Damian > wrote: >> >> I am thinking of cythonizing parts of django (e.g. the modules that I am >> modifying here) - this will bring .c compilation on install, but will make >> code faster in the framework, where it is likely that nobody is modifying >> it. It brings in an extra dependency on cython for developers. What is your >> take on this ? >> > > As long as it is optional, getting Cython running on Windows is most > likely not the easiest thing to do ;) > > Cheers, > Florian > -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/e6eecd06-526d-4e72-b795-aad27f86ff3a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
