]> granicus.if.org Git - python/commit
When we're freezing to sourcecode and one of the modules is a dynamic module that...
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 27 Aug 2001 13:59:35 +0000 (13:59 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 27 Aug 2001 13:59:35 +0000 (13:59 +0000)
commit206bd57355a1fc1330c4b36a229cba9712d1edb6
tree67636ee4fea744a37e3461c06a63c4ef20e69e5a
parent60aa4ccdc0c2be5dddc15d20e9656aca21eaba86
When we're freezing to sourcecode and one of the modules is a dynamic module that is in a package we freeze that module at toplevel (outside any package). Not optimal, but there is little more we can do as config.c has no way to specify a builtin module has to be dumped into a package.
Mac/Tools/macfreeze/macgen_src.py