robertwb / issues-import-test

0 stars 0 forks source link

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

Open robertwb opened 8 years ago

robertwb commented 8 years ago

When a .py file is augmented by a .pxd one, cythonize won’t recompile the module when only the pxd has changed, or one of its dependencies, which often leads to broken code.

This doesn’t happen when the base module is a .pyx one.

Migrated from http://trac.cython.org/ticket/874