There is a bug, I have attached a patch. It would be cool if we could get this fixed upstream. :) I guess I should file a ticket. <br><br><div class="gmail_quote">On Nov 9, 2007 10:01 AM, Giorgos Logiotatidis &lt;<a href="mailto:seadog@sealabs.net">
seadog@sealabs.net</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello,<br> &nbsp; &nbsp; &nbsp; &nbsp;I get an &#39;RuntimeError: maximum recursion depth exceeded&#39; when
<br>executing the following code.<br><br>#!/usr/bin/env python<br>from twisted.persisted import dirdbm<br>from twisted.words.xish import domish<br><br>e = domish.Element((&#39;&#39;, &#39;foo&#39;))<br>d = dirdbm.Shelf(&quot;/tmp/foo&quot;)
<br>d[&quot;200711090000&quot;] = e<br>l = d[&quot;200711090000&quot;]<br><br>Have I wrote something wrong or this is a dirdbm bug?<br><br>Thanks in advance,<br>-gl<br><br><br><br><br>_______________________________________________
<br>Twisted-Python mailing list<br><a href="mailto:Twisted-Python@twistedmatrix.com">Twisted-Python@twistedmatrix.com</a><br><a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
</a><br></blockquote></div><br>