diff options
Diffstat (limited to 'Misc/NEWS.d/next/Core and Builtins/2022-11-11-14-48-17.gh-issue-81057.ik4iOv.rst')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-11-11-14-48-17.gh-issue-81057.ik4iOv.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-11-11-14-48-17.gh-issue-81057.ik4iOv.rst b/Misc/NEWS.d/next/Core and Builtins/2022-11-11-14-48-17.gh-issue-81057.ik4iOv.rst deleted file mode 100644 index 7474cee..0000000 --- a/Misc/NEWS.d/next/Core and Builtins/2022-11-11-14-48-17.gh-issue-81057.ik4iOv.rst +++ /dev/null @@ -1,6 +0,0 @@ -The docs clearly say that ``PyImport_Inittab``, -:c:func:`PyImport_AppendInittab`, and :c:func:`PyImport_ExtendInittab` -should not be used after :c:func:`Py_Initialize` has been called. -We now enforce this for the two functions. Additionally, the runtime -now uses an internal copy of ``PyImport_Inittab``, -to guard against modification. |