[pypy-dev] works in python2.4, fails in pypy
Armin Rigo
arigo at tunes.org
Mon Aug 25 16:04:57 CEST 2008
Hi Ondrej,
On Sun, Aug 24, 2008 at 04:08:29PM +0200, Ondrej Certik wrote:
> TypeError: instance layout conflicts in multiple inheritance
Not completely surprizingly, our multiple inheritance "instance layout
conflict" condition is not 100% the same as CPython's (as the latter is
really obscure and based on conditions like the size of C-level
structures). Still, I think that this case should work, so it looks
like a bug in PyPy.
Filed issue #390: https://codespeak.net/issue/pypy-dev/issue390
Armin
More information about the Pypy-dev
mailing list