[Twisted-Python] DirDBM possible bug

Christopher Zorn christopher.zorn at gmail.com
Fri Nov 9 11:20:09 EST 2007


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.

On Nov 9, 2007 10:01 AM, Giorgos Logiotatidis <seadog at sealabs.net> wrote:

> Hello,
>        I get an 'RuntimeError: maximum recursion depth exceeded' when
> executing the following code.
>
> #!/usr/bin/env python
> from twisted.persisted import dirdbm
> from twisted.words.xish import domish
>
> e = domish.Element(('', 'foo'))
> d = dirdbm.Shelf("/tmp/foo")
> d["200711090000"] = e
> l = d["200711090000"]
>
> Have I wrote something wrong or this is a dirdbm bug?
>
> Thanks in advance,
> -gl
>
>
>
>
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20071109/c898158f/attachment.htm 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: tw.diff
Url: http://twistedmatrix.com/pipermail/twisted-python/attachments/20071109/c898158f/attachment.txt 


More information about the Twisted-Python mailing list