summaryrefslogtreecommitdiff
path: root/test cases/python/10 extmodule limited api disabled
AgeCommit message (Collapse)Author
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.