python/dist/src/Modules gcmodule.c,2.71,2.72
Update of /cvsroot/python/python/dist/src/Modules In directory sc8-pr-cvs1:/tmp/cvs-serv18555/Modules Modified Files: gcmodule.c Log Message: 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). Index: gcmodule.c =================================================================== RCS file: /cvsroot/python/python/dist/src/Modules/gcmodule.c,v retrieving revision 2.71 retrieving revision 2.72 diff -C2 -d -r2.71 -r2.72 *** gcmodule.c 17 Apr 2003 17:29:21 -0000 2.71 --- gcmodule.c 4 Sep 2003 11:59:50 -0000 2.72 *************** *** 952,956 **** }; ! void initgc(void) { --- 952,956 ---- }; ! PyMODINIT_FUNC initgc(void) {
participants (1)
-
jlt63@users.sourceforge.net