blob: f5da9699d9ce61ae3221a034da1cfc775198d04d (
plain)
1
2
3
4
5
|
## Support targeting Python's limited C API
The Python module's `extension_module` function has gained the ability
to build extensions which target Python's limited C API via a new keyword
argument: `limited_api`.
|