]> granicus.if.org Git - python/commit
Issue #18093: Factor out the programs that embed the runtime
authorNick Coghlan <ncoghlan@gmail.com>
Fri, 25 Jul 2014 11:52:14 +0000 (21:52 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 25 Jul 2014 11:52:14 +0000 (21:52 +1000)
commit973fe0ba7adb081b81f319b924f9bbb50b2b1345
tree5b386540c29cbf34abbceb101c13377ae3760c71
parentd6766ae434fd09130863af913a8193641e51b91c
Issue #18093: Factor out the programs that embed the runtime
15 files changed:
.gitignore
.hgignore
.hgtouch
Makefile.pre.in
Modules/README [new file with mode: 0644]
Objects/README [new file with mode: 0644]
PCbuild/_freeze_importlib.vcxproj
PCbuild/_freeze_importlib.vcxproj.filters
PCbuild/python.vcxproj
PCbuild/python.vcxproj.filters
Programs/README [new file with mode: 0644]
Programs/_freeze_importlib.c [moved from Modules/_freeze_importlib.c with 100% similarity]
Programs/_testembed.c [moved from Modules/_testembed.c with 100% similarity]
Programs/python.c [moved from Modules/python.c with 100% similarity]
Python/README [new file with mode: 0644]