[PEAK] Error with RuleDispatch on Python 2.5

Phillip J. Eby pje at telecommunity.com
Mon Sep 11 11:27:19 EDT 2006


At 04:07 PM 9/11/2006 +0200, Alain Poirier wrote:
>File 
>"/opt/python-2.5rc1/lib/python2.5/site-packages/RuleDispatch-0.5a0.dev_r2100-py2.5-linux-i686.egg/dispatch/strategy.py", 
>
>line 541, in __new__
>     self = int.__new__(cls,id(ob))
>OverflowError: long int too large to convert to int
>"""

In 2.5, id() can be a long, so probably RuleDispatch should change to 
subclass long here instead of int.




More information about the PEAK mailing list