[Python-checkins] python/dist/src/Modules cPickle.c,2.102,2.103

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Fri, 31 Jan 2003 22:24:38 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv8336/Modules

Modified Files:
	cPickle.c 
Log Message:
Trimmed trailing whitespace.


Index: cPickle.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/cPickle.c,v
retrieving revision 2.102
retrieving revision 2.103
diff -C2 -d -r2.102 -r2.103
*** cPickle.c	1 Feb 2003 06:22:36 -0000	2.102
--- cPickle.c	1 Feb 2003 06:24:36 -0000	2.103
***************
*** 119,127 ****
  
  static void
! Pdata_dealloc(Pdata *self) 
  {
  	int i;
  	PyObject **p;
! 	
  	for (i=self->length, p=self->data; --i >= 0; p++) Py_DECREF(*p);
  
--- 119,127 ----
[...2609 lines suppressed...]
  				 PickleError) < 0)
--- 4745,4749 ----
  						 UnpicklingError, NULL)))
                  return -1;
! 
  	if (PyDict_SetItemString(module_dict, "PickleError",
  				 PickleError) < 0)
***************
*** 4775,4779 ****
  #endif
  PyMODINIT_FUNC
! initcPickle(void) 
  {
  	PyObject *m, *d, *di, *v, *k;
--- 4775,4779 ----
  #endif
  PyMODINIT_FUNC
! initcPickle(void)
  {
  	PyObject *m, *d, *di, *v, *k;