Skip to content

Commit fbfde0a

Browse files
committed
Mention new C-API in whatsnew
1 parent 79e5d0e commit fbfde0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,10 @@ New features
950950
* Add :c:func:`PyTuple_FromArray` to create a :class:`tuple` from an array.
951951
(Contributed by Victor Stinner in :gh:`111489`.)
952952

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+
953957

954958
Changed C APIs
955959
--------------

0 commit comments

Comments
 (0)