This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author roalddevries
Recipients roalddevries
Date 2010-08-06.10:33:36
SpamBayes Score 0.0004057539
Marked as misclassified No
Message-id <1281090819.15.0.255356922996.issue9533@psf.upfronthosting.co.za>
In-reply-to
Content
Exception raised::

  Traceback (most recent call last):
    File "bug.py", line 5, in <module>
      class derived(type, Sized):
    File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/abc.py", line 85, in __new__
      for name in getattr(base, "__abstractmethods__", set()):
  TypeError: Error when calling the metaclass bases
      'getset_descriptor' object is not iterable
History
Date User Action Args
2010-08-06 10:33:39roalddevriessetrecipients: + roalddevries
2010-08-06 10:33:39roalddevriessetmessageid: <1281090819.15.0.255356922996.issue9533@psf.upfronthosting.co.za>
2010-08-06 10:33:37roalddevrieslinkissue9533 messages
2010-08-06 10:33:37roalddevriescreate