Skip to content

python setup.py clean --all does not remove ffi/build #567

Open
@ARF1

Description

@ARF1

If one calls python setup.py build the directory ffi/build is created. python setup.py clean --all does not remove it however.

This is a problem because stale builds can persist. For example pip install . fails because of this if python setup.py build was previously executed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions