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

Guido van Rossum guido@python.org
Wed, 04 Jun 2003 08:09:56 -0400


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.

--Guido van Rossum (home page: http://www.python.org/~guido/)