omár sweidán schrieb am 08.01.20 um 22:47:
> Is there a way for me to contribute to the C files in the Cython folder?
> When I changed them, it does not show in the changed files list (e.g. in
> Git GUI). Why are the C files put in the gitignore file?

We exclude all files that are generated by Cython. There is no use in
changing them, and they will be overwritten by a rebuild. Change the Python
files instead that they are generated from.

Stefan
_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to