summaryrefslogtreecommitdiff
path: root/test cases/python/9 extmodule limited api/limited.c
AgeCommit message (Collapse)Author
2024-06-11Python: add load test to limited API testAndrew McNulty
Based on the example in GH issue #13167, the limited API test has been extended with a test to load the compiled module to ensure it can be loaded correctly.
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.