[pypy-dev] Re: [pypy-svn] r19046 - pypy/dist/pypy/objspace/std

Michael Hudson mwh at python.net
Thu Oct 27 01:57:24 CEST 2005


Christian Tismer <tismer at stackless.com> writes:

> cfbolz at codespeak.net wrote:
>
>> replace MultiMethod with StdObjspaceMultiMethod
>
> I understand the textual effect of the change, but
> it would be nice to mention the reasoning:
>
> Why is this done?

Well, it's something like: we have this multimethod implementation
that is at least somewhat independent of PyPy, in
pypy/objspace/std/multimethod.py.  The class which was called
MultiMethod was not defined there -- it *is* dependent on PyPy and the
standard object space and so on.  So I whined about the name on #pypy
and Carl changed it.  I guess the class multimethod.MultiMethodTable
could be renamed to MultiMethod now, but I'm not really sure.

Cheers,
mwh

-- 
  It's relatively seldom that desire for sex is involved in 
  technology procurement decisions.          -- ESR at EuroPython 2002




More information about the Pypy-dev mailing list