Hi,

say I have something like this during translation:

[rtyper:WARNING] SomeInstance(can_be_None=True, 
classdef=pypy.interpreter.baseobjspace.W_Root) can be null, but forcing 
non-null in dict key
[rtyper:WARNING] SomeInstance(can_be_None=True, 
classdef=pypy.interpreter.baseobjspace.W_Root) can be null, but forcing 
non-null in dict value
[rtyper:WARNING] SomeInstance(can_be_None=True, 
classdef=pypy.interpreter.baseobjspace.W_Root) can be null, but forcing 
non-null in dict key
[rtyper:WARNING] SomePBC(can_be_None=True, const=None, subset_of=None) can be 
null, but forcing non-null in dict value

what are my chances to find out whether a) my code is responsible, and b) if
there's anything that can be done about it? I.e. is there are way of getting
more information, like file name and line number?

I tried finding the locations where I do not enforce can_be_None=False and if
the result is put in a dictionary, but there's nothing that stands out.

Thanks,
     Wim
--
wlavrij...@lbl.gov    --    +1 (510) 486 6411    --    www.lavrijsen.net
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to