Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@litl.com>2009-02-19 22:50:36 (GMT)
committer Johan Dahlin <johan@gnome.org>2009-02-19 22:50:36 (GMT)
commitcbd0fbb19f3fc7d490e9f8299cce2cb5bc55dcea (patch)
tree3dcb280a07d6dd8196362787f327cd0715da618b
parentec3bcb29fb938ac3d0ea70c1b739a76970613403 (diff)
Add a hall of shame comment
-rw-r--r--giscanner/giscannermodule.c3
1 files changed, 3 insertions, 0 deletions
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)