Skip to content

use py_limited_api flag when available.

Bitbucket Importer requested to merge bitbucket/declined-pr-69 into branch/default

Created originally on Bitbucket by Daniel Holth

Changesets for this Pull Request have not been imported, because it had been already declined on Bitbucket. Marked as closed by the import user.

In setuptools>=26, Extension(..., py_limited_api=True) sets the .abi3.so filename, readable by Python 3.2+.

Merge request reports