[Python-checkins] python/dist/src/Modules gcmodule.c,2.71,2.72

jlt63 at users.sourceforge.net jlt63 at users.sourceforge.net
Thu Sep 4 05:59:52 EDT 2003


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)
  {





More information about the Python-checkins mailing list