On Monday, December 14, 2015 at 3:53:50 PM UTC+1, Alexandru Damian wrote:
>
> I am not really convinced that replacing the whole file is a good idea. In 
>> my experience one gets better results when using Cython by strategically 
>> replacing single functions and rewriting those in C directly. 
>>
>
> This is the actual approach I am taking, but at class level. I selectively 
> choose the base classes and convert those to Cython language; the modules 
> are packaged in as a whole to make packaging easier. 
>

Well, defaulttags.pyx and base.pyx seems to indicate to me that the whole 
files are compiled? I understand that this is most likely due to cdefing 
some base classes -- therefore you need a C-context. But that is what I 
ment with replacing the whole files.

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 https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/2655b656-53f0-4d3a-804f-bdc6cb1be91a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to