Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes
on Windows.
diff --git a/Misc/NEWS b/Misc/NEWS
index e71f913..d4297d2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
 Core and Builtins
 -----------------
 
+- Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes
+  on Windows.
+
 - Issue #10998: Remove mentions of -Q, sys.flags.division_warning and
   Py_DivisionWarningFlag left over from Python 2.