[Python-checkins] r63616 - python/branches/okkoto-sizeof/Python/sysmodule.c

robert.schuppenies python-checkins at python.org
Sun May 25 10:19:31 CEST 2008


Author: robert.schuppenies
Date: Sun May 25 10:19:31 2008
New Revision: 63616

Log:
streamlined code

Modified:
   python/branches/okkoto-sizeof/Python/sysmodule.c

Modified: python/branches/okkoto-sizeof/Python/sysmodule.c
==============================================================================
--- python/branches/okkoto-sizeof/Python/sysmodule.c	(original)
+++ python/branches/okkoto-sizeof/Python/sysmodule.c	Sun May 25 10:19:31 2008
@@ -654,8 +654,6 @@
 \n\
 Return the size of object in bytes.");
 
-
-
 static PyObject *
 sys_getrefcount(PyObject *self, PyObject *arg)
 {


More information about the Python-checkins mailing list