Skip to content

C Extension not building on Windows for cp27 #1

@mayeut

Description

@mayeut

This results in no speed-ups compared to the stock Python implementation.

Root cause:
libbase64 requires a C99 compiler.
Windows CPython 2.7 requires to build with Visual C++ 9.0 that is not compliant.
Refer to https://wiki.python.org/moin/WindowsCompilers.

Possible solutions:

  1. Propose PR to upstream libbase64 to have support for those compilers. => unlikely to be merged.
  2. Fork libbase64 to have support for those compilers. => I'd rather not.
  3. Do nothing about it.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions