meson/test cases/python/9 extmodule limited api
Andrew McNulty c730807696 Python: Add 'limited_api' kwarg to extension_module
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.
2023-08-14 20:02:09 -04:00
..
limited.c Python: Add 'limited_api' kwarg to extension_module 2023-08-14 20:02:09 -04:00
meson.build Python: Add 'limited_api' kwarg to extension_module 2023-08-14 20:02:09 -04:00
not_limited.c Python: Add 'limited_api' kwarg to extension_module 2023-08-14 20:02:09 -04:00
test.json Python: Add 'limited_api' kwarg to extension_module 2023-08-14 20:02:09 -04:00