Fix the builtin module initialization code to store the init function for future reinitialization.
diff --git a/Misc/NEWS b/Misc/NEWS
index b3c5b88..d6728be 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
 Core and Builtins
 -----------------
 
+- Fix the builtin module initialization code to store the init function for
+  future reinitialization.
+
 - Issue #13629: Renumber the tokens in token.h so that they match the indexes
   into _PyParser_TokenNames.