Skip to content

Allow using attrs without ctypes #284

@inklesspen

Description

@inklesspen

#226 introduced the use of ctypes. I use attrs in a Google App Engine application. The app runs in a sandbox which limits the use of certain modules. ctypes is one of those libraries.

I can peg my app to use only attrs 17.2.0, but it would be nice to have a fail-gently approach where, if ctypes is unavailable, attrs keeps working, though the behavior allowed by #226 of course would not work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions