We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e5d0e commit fbfde0aCopy full SHA for fbfde0a
Doc/whatsnew/3.15.rst
@@ -950,6 +950,10 @@ New features
950
* Add :c:func:`PyTuple_FromArray` to create a :class:`tuple` from an array.
951
(Contributed by Victor Stinner in :gh:`111489`.)
952
953
+* Add a new :c:func:`PyImport_CreateModuleFromInitfunc` C-API for creating
954
+ a module from a *spec* and *initfunc*.
955
+ (Contributed by Itamar Oren in :gh:`116146`.)
956
+
957
958
Changed C APIs
959
--------------
0 commit comments