Sign in
qemu
/
meson
/
refs/heads/nosymlinks
/
.
/
docs
/
markdown
/
snippets
/
python_extension_module_limited_api.md
blob: f5da9699d9ce61ae3221a034da1cfc775198d04d [
file
] [
log
] [
blame
] [
view
]
## 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`
.