From c7308076966c1c55bc117ce9f7a7f49ac96acfa6 Mon Sep 17 00:00:00 2001 From: Andrew McNulty Date: Mon, 24 Apr 2023 09:52:28 +0200 Subject: 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. --- data/test.schema.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data') diff --git a/data/test.schema.json b/data/test.schema.json index a809388b4..98ae44eeb 100644 --- a/data/test.schema.json +++ b/data/test.schema.json @@ -26,9 +26,11 @@ "exe", "shared_lib", "python_lib", + "python_limited_lib", "pdb", "implib", "py_implib", + "py_limited_implib", "implibempty", "expr" ] -- cgit v1.2.3