Hi, On Sun, Dec 2, 2012 at 4:09 PM, Joe Hillenbrand <joehil...@gmail.com> wrote: > (...) > response=response, request=request, spider=spider) > (...) > return receiver(*arguments, **named) > exceptions.TypeError: response_received() got 4 unexpected keyword > arguments
No real clue, but it looks like keyword arguments are passed around as keyword arguments on PyPy, whereas CPython converts them to positional arguments somewhere along the call chain (which is long and goes via deferreds). For us to help more, please provide a step-by-step "how to reproduce" list. It's typically easy if we can reproduce the bug locally, and very hard if not. A bientôt, Armin. _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev