Re: [SQLObject] SQLObject and pypy - pydispatcher bug

2011-07-04 Thread Oleg Broytman
Hi! On Mon, Jul 04, 2011 at 04:26:39PM +0200, Neil Muller wrote: > Currently, sqlobject fails to install properly using pypy due to > robustapply.function failing to do the right thing. This issue was > previously reported against django's included version of pydispatcher > - see https://code.djan

[SQLObject] SQLObject and pypy - pydispatcher bug

2011-07-04 Thread Neil Muller
Currently, sqlobject fails to install properly using pypy due to robustapply.function failing to do the right thing. This issue was previously reported against django's included version of pydispatcher - see https://code.djangoproject.com/ticket/6857 . Attached is the pypy patch from that ticket t