abderrahim commented on issue #1760:
URL: https://github.com/apache/buildstream/issues/1760#issuecomment-1826375760

   > One issue is that Cython source files are not watched for changes, so 
modifying those .pyx files does not update the generated .c and .so files.
   
   I don't think there is a way to make it work with compiled extensions, even 
with PEP 660.
   
   One possible solution is to use the pure python mode of cython. This allows 
it to work without compilation (albeit slowly) and to be compiled for better 
performance. I started doing it a while ago 
(https://github.com/apache/buildstream/pull/1547) and found it not good enough. 
It may be a good idea to revisit it now that cython 3.0 was released.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to