[Zope3-dev] test failure in checkClassInfo with Python 2.3

Steve Alexander steve@cat-box.net
Wed, 04 Jun 2003 16:06:41 +0300


Guido van Rossum wrote:
> With Python 2.3, I get a test failure for checkClassInfo:
> 
> ======================================================================
> FAIL: checkClassInfo (zope.interface.tests.test_advice.FrameInfoTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/guido/projects/zope3/src/zope/interface/tests/test_advice.py", line 59, in checkClassInfo
>     assert f_locals is self.__class__.__dict__  # ???
> AssertionError
> 
> The same test passes with Python 2.2.

Thanks. I'll look into this.

--
Steve Alexander