[Python-checkins] python/dist/src/Include Python.h, 2.52.2.1, 2.52.2.2

nnorwitz at users.sourceforge.net nnorwitz at users.sourceforge.net
Sat Mar 20 14:46:53 EST 2004


Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15883/Include

Modified Files:
      Tag: ast-branch
	Python.h 
Log Message:
get name mangling working

Index: Python.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/Python.h,v
retrieving revision 2.52.2.1
retrieving revision 2.52.2.2
diff -C2 -d -r2.52.2.1 -r2.52.2.2
*** Python.h	28 Apr 2003 17:33:07 -0000	2.52.2.1
--- Python.h	20 Mar 2004 19:46:51 -0000	2.52.2.2
***************
*** 115,120 ****
  
  /* _Py_Mangle is defined in compile.c */
! PyAPI_FUNC(int) _Py_Mangle(char *p, char *name, \
! 				 char *buffer, size_t maxlen);
  
  /* PyArg_GetInt is deprecated and should not be used, use PyArg_Parse(). */
--- 115,119 ----
  
  /* _Py_Mangle is defined in compile.c */
! PyAPI_FUNC(PyObject*) _Py_Mangle(PyObject *p, PyObject *name);
  
  /* PyArg_GetInt is deprecated and should not be used, use PyArg_Parse(). */




More information about the Python-checkins mailing list