Differences between revisions 7 and 8
Revision 7 as of 2006-11-29 06:02:26
Size: 2458
Comment:
Revision 8 as of 2008-11-15 09:16:02
Size: 2458
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

Fixed

Filed

To File

  • mutable_names - setting name on a class does nothing

  • slotspecials - slots need weakref

Don't Understand Failure

  • supers - subclassing super causes binding to break
  • overloading - a[0:10] = "foo" doesn't call setslice on a

  • comparison method on inherited class not called, superclass is used instead
    • inherits
    • binopoverride
    • str_subclass_as_dict_key
    • rich_comparisons

Cpython Specific Tests

  • checks that things aren't allowed to inherit CFunction. I doubt we care.
    • errors
  • expects immediate gc
    • slots
    • subtype_resurrection
    • weakref
  • expects attributes to be descriptors
    • classic
  • expects id == hash on object
    • specials
    • subclasspropagation
  • expects classes to have basicsize

    • slotmultipleinheritance

To Investigate

  • pickles
  • delhook
  • pickleslots
  • subclass_right_op
  • meth_class_get
  • isinst_isclass
  • proxysuper
  • carloverre

CharlieGroves/DescrFailures (last edited 2008-11-15 09:16:02 by localhost)