Skip to content

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

@robertwb

Description

@robertwb

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions