]> granicus.if.org Git - python/commit
Bug #794140: cygwin builds do not embed
authorJason Tishler <jason@tishler.net>
Thu, 4 Sep 2003 11:59:50 +0000 (11:59 +0000)
committerJason Tishler <jason@tishler.net>
Thu, 4 Sep 2003 11:59:50 +0000 (11:59 +0000)
commit6bc06eca70f4c41f01bca5f39d54ff5f71a39092
tree90e451559ee87d6762cebdf789eba30c0c4fa660
parent3076559ea5d36d9795edc32e2fae7949b875d7ef
Bug #794140: cygwin builds do not embed

The embed2.diff patch solves the user's problem by exporting the missing
symbols from the Python core so Python can be embedded in another Cygwin
application (well, at lest vim).
Include/pyport.h
Modules/gcmodule.c
Python/import.c
Python/marshal.c