mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)
This commit is contained in:
parent
7d2c2f24da
commit
0d6b6e34a2
7 changed files with 121 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ Add functions to configure the Python initialization (:pep:`741`):
|
|||
* :c:func:`PyInitConfig_SetInt`
|
||||
* :c:func:`PyInitConfig_SetStr`
|
||||
* :c:func:`PyInitConfig_SetStrList`
|
||||
* :c:func:`PyInitConfig_AddModule`
|
||||
* :c:func:`Py_InitializeFromInitConfig`
|
||||
|
||||
Patch by Victor Stinner.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue