Issue1604252

classification
Title: setting __class__ has no effect
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: cgroves Nosy List: cgroves
Priority: normal Keywords:

Created on 2006-11-28.05:21:10 by cgroves, last changed 2006-12-09.18:05:23 by cgroves.

Messages
msg1313 (view) Author: Charlie Groves (cgroves) Date: 2006-11-28.05:21:10
The descriptor for __class__ in PyObject only has a getType method.  It probably needs to be associated with a setType method as well.  This causes setclass in test_descr to fail.
msg1314 (view) Author: Charlie Groves (cgroves) Date: 2006-12-09.18:05:23
fixed in r3014
History
Date User Action Args
2006-11-28 05:21:10cgrovescreate