python-cffi / cffi

A Foreign Function Interface package for calling C libraries from Python.
https://cffi.readthedocs.io/en/latest/
Other
114 stars 41 forks source link

Remove uses of `distutils.msvc9compiler` #120

Closed dpaoliello closed 1 week ago

dpaoliello commented 1 month ago

distutils.msvc9compiler has been deprecated for a while, and has recently been removed, which breaks cffi on Windows.

This change:

Fixes #117

dpaoliello commented 1 week ago

This was fixed by #118