[Python-checkins] CVS: python/dist/src/Modules parsermodule.c,2.35,2.36
Fred L. Drake
fdrake@weyr.cnri.reston.va.us
2000年2月21日 13:19:09 -0500 (EST)
Update of /projects/cvsroot/python/dist/src/Modules
In directory weyr:/home/fdrake/projects/python/Modules
Modified Files:
parsermodule.c
Log Message:
What used to be tp_xxx4 is now tp_flags; set it to Py_TPFLAGS_DEFAULT.
Index: parsermodule.c
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Modules/parsermodule.c,v
retrieving revision 2.35
retrieving revision 2.36
diff -C2 -r2.35 -r2.36
*** parsermodule.c 1999年09月20日 22:32:18 2.35
--- parsermodule.c 2000年02月21日 18:19:06 2.36
***************
*** 233,238 ****
0, /* tp_as_buffer */
! /* Space for future expansion */
! 0, /* tp_xxx4 */
/* __doc__ */
--- 233,237 ----
0, /* tp_as_buffer */
! Py_TPFLAGS_DEFAULT, /* tp_flags */
/* __doc__ */