Neil Schemenauer <nas-pyt...@arctrix.com> added the comment:
I commented on python-dev but maybe it is better to keep discussion here. Could we make the frozenmodules thing into a dynamically loaded module? Then you could have support for end users making their own. E.g. a command-line param that lists a set of DLLs from which to load frozen modules from. Then, if the command-line is not provided, we load from .pyc as per default. If it is provided, we dlopen (or whatever) the DLLs and give the nice performance benefits. Like Guido, I want to see the toolchain to build the frozenmodules thing. ---------- nosy: +nascheme _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34690> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com