mirror of
https://github.com/python/cpython.git
synced 2025-12-07 13:50:06 +00:00
Co-authored-by: Kumar Aditya <kumaraditya@python.org> Co-authored-by: Petr Viktorin <encukou@gmail.com> Co-authored-by: Victor Stinner <vstinner@python.org>
2 lines
134 B
ReStructuredText
2 lines
134 B
ReStructuredText
Add a new :c:func:`PyImport_CreateModuleFromInitfunc` C-API for creating a
|
|
module from a *spec* and *initfunc*. Patch by Itamar Oren.
|