Skip to content

Commit a381ccf

Browse files
Add a NEWS entry.
1 parent ef653fb commit a381ccf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Freeze all the modules that are imported during Python startup. This gives
2+
us meaningful performance improvements to startup. Also add a new command
3+
line option, "-X frozen_modules=[on|off]" to opt out of (or into) using
4+
frozen modules. This defaults to "on" (or "off" if running in a local
5+
development environment, saving contributors some frustration).

0 commit comments

Comments
 (0)