robertwb / issues-import-test

0 stars 0 forks source link

cythonize doesn’t recompile when only the pxd has changed in pure python mode #107

Open robertwb opened 7 years ago

robertwb commented 7 years ago

Reported by linkmauve on 27 Nov 2015 19:20 UTC When a .py file is augmented by a .pxd one, cythonize wont recompile the module when only the pxd has changed, or one of its dependencies, which often leads to broken code.

This doesnt happen when the base module is a .pyx one.

Migrated-From: http://trac.cython.org/ticket/874