]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Support for frozen scripts; added -i option.
authorGuido van Rossum <guido@python.org>
Thu, 1 Apr 1993 20:59:32 +0000 (20:59 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 1 Apr 1993 20:59:32 +0000 (20:59 +0000)
commitf56e3db1dd4bedc9331933504f5008a03f5d3131
treee5dad2acc4127f93e054658c6226ecec274c2930
parent41ffccbba75413c64efad283da19b8038aa07dd1
Support for frozen scripts; added -i option.
Include/marshal.h
Modules/config.c.in
Python/frozenmain.c [new file with mode: 0644]
Python/import.c
Python/marshal.c
Python/pythonmain.c