Make private_crt feature object a global variable.
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
index 7414564..e41bf00 100644
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -794,7 +794,7 @@
     # (i.e. additional Python libraries) need to follow the parent feature.
     # Features that have no advertisement trigger (e.g. the test suite)
     # must not support advertisement
-    global default_feature, tcltk, htmlfiles, tools, testsuite, ext_feature
+    global default_feature, tcltk, htmlfiles, tools, testsuite, ext_feature, private_crt
     default_feature = Feature(db, "DefaultFeature", "Python",
                               "Python Interpreter and Libraries",
                               1, directory = "TARGETDIR")