Skip to content

configure.ac: Don't hardcode the Python C-ext file extension

.pyd doesn't work with Python 3 on Windows, ask Python for what file extension it expects instead of hardcoding it.

Merge request reports