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 Byron
Recipients Byron, georg.brandl
Date 2009-10-02.17:15:38
SpamBayes Score 2.071121e-12
Marked as misclassified No
Message-id <1254503745.39.0.693240836231.issue7036@psf.upfronthosting.co.za>
In-reply-to
Content
The section starting with:
"If a class defines a slot also defined in a base class, the instance
variable
  defined by the base class slot is inaccessible rendering the meaning
of the
  program undefined. [...]"

would need to be revisited as it claims that a check for this issue
might be added in future. As far as I can tell, it has been added in
Python 2.4 or earlier as I get a TypeError in that case.

The attached diff is my attempt to fix this issue.

Kind Regards, 
Sebastian
History
Date User Action Args
2009-10-02 17:15:46Byronsetrecipients: + Byron, georg.brandl
2009-10-02 17:15:45Byronsetmessageid: <1254503745.39.0.693240836231.issue7036@psf.upfronthosting.co.za>
2009-10-02 17:15:41Byronlinkissue7036 messages
2009-10-02 17:15:40Byroncreate