[Python-checkins] r73730 - python/branches/py3k/Objects/object.c

benjamin.peterson python-checkins at python.org
Wed Jul 1 03:31:12 CEST 2009


Author: benjamin.peterson
Date: Wed Jul  1 03:31:12 2009
New Revision: 73730

Log:
remove reference to PyCObject

Modified:
   python/branches/py3k/Objects/object.c

Modified: python/branches/py3k/Objects/object.c
==============================================================================
--- python/branches/py3k/Objects/object.c	(original)
+++ python/branches/py3k/Objects/object.c	Wed Jul  1 03:31:12 2009
@@ -1720,9 +1720,6 @@
 
 #endif
 
-/* Hack to force loading of cobject.o */
-PyTypeObject *_Py_cobject_hack = &PyCObject_Type;
-
 
 /* Hack to force loading of pycapsule.o */
 PyTypeObject *_PyCapsule_hack = &PyCapsule_Type;


More information about the Python-checkins mailing list