diff options
Diffstat (limited to 'Misc/NEWS.d/next/C API/2021-10-06-15-54-40.bpo-45395.yVhdAl.rst')
-rw-r--r-- | Misc/NEWS.d/next/C API/2021-10-06-15-54-40.bpo-45395.yVhdAl.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/C API/2021-10-06-15-54-40.bpo-45395.yVhdAl.rst b/Misc/NEWS.d/next/C API/2021-10-06-15-54-40.bpo-45395.yVhdAl.rst deleted file mode 100644 index 8996513..0000000 --- a/Misc/NEWS.d/next/C API/2021-10-06-15-54-40.bpo-45395.yVhdAl.rst +++ /dev/null @@ -1,4 +0,0 @@ -Custom frozen modules (the array set to ``PyImport_FrozenModules``) are now -treated as additions, rather than replacing all the default frozen modules. -Frozen stdlib modules can still be disabled by setting the "code" field of -the custom array entry to NULL. |