summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/python_extension_module_limited_api.md
AgeCommit message (Collapse)Author
2023-11-19Generate release notes for 1.3.0.Jussi Pakkanen
2023-08-14Python: Add 'limited_api' kwarg to extension_moduleAndrew McNulty
This commit adds a new keyword arg to extension_module() that enables a user to target the Python Limited API, declaring the version of the limited API that they wish to target. Two new unittests have been added to test this functionality.