[pypy-dev] problems compiling with complex

Christian Tismer tismer at stackless.com
Sat Feb 11 21:00:11 CET 2006


Stephan Diehl wrote:

> [translation:ERROR]  AssertionError: <class exceptions.ValueError at 
> 0xb7f9eadc> should not have grown atributes
> [translation] batch mode, not calling interactive helpers
> ---------------------------------------------------------------------------------------------------------------------------
> 
> I have no idea, where this is coming from.
> Maybe connected to this (or not, who knows) are a lot of warning like this:
> 
> [rtyper:WARNING] prebuilt instance W_DictObject(r_dict({})) has no attribute 
> 'imagval'
> [rtyper:WARNING] prebuilt instance W_DictObject(r_dict({})) has no attribute 
> 'realval'

That's the typical effect when some object type was degenerated,
and now it is assumed that every object has this attribute.
You are probably doing some operation that does not make it
clear to the objspace that you have a complex.
You are also raising standard exceptions with argumens, which
is not supported (thanks Samuele).

I'd propose to use IRC if you need more hints. This is quicker
than emails. There is not problem with pasting, since the relevant
part is two lines.
I guess you still want to solve it alone, right?

ciao - chris

-- 
Christian Tismer             :^)   <mailto:tismer at stackless.com>
tismerysoft GmbH             :     Have a break! Take a ride on Python's
Johannes-Niemeyer-Weg 9A     :    *Starship* http://starship.python.net/
14109 Berlin                 :     PGP key -> http://wwwkeys.pgp.net/
work +49 30 802 86 56  mobile +49 173 24 18 776  fax +49 30 80 90 57 05
PGP 0x57F3BF04       9064 F4E1 D754 C2FF 1619  305B C09C 5A3B 57F3 BF04
      whom do you want to sponsor today?   http://www.stackless.com/



More information about the Pypy-dev mailing list