From: Johan Dahlin Date: Thu, 19 Feb 2009 22:50:36 +0000 (-0300) Subject: Add a hall of shame comment X-Git-Tag: GOBJECT_INTROSPECTION_0_6_3~98 X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=cbd0fbb19f3fc7d490e9f8299cce2cb5bc55dcea;p=gnome.gobject-introspection Add a hall of shame comment --- diff --git a/giscanner/giscannermodule.c b/giscanner/giscannermodule.c index 7d75f55..26f28cb 100644 --- a/giscanner/giscannermodule.c +++ b/giscanner/giscannermodule.c @@ -532,6 +532,9 @@ static int calc_attrs_length(PyObject *attributes, int indent, return attr_length + indent + self_indent; } +/* Hall of shame, wasted time debugging the code below + * 20min - Johan 2009-02-19 + */ static PyObject * pygi_collect_attributes (PyObject *self, PyObject *args)