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 michael.foord
Recipients Trundle, benjamin.peterson, michael.foord, ncoghlan, pitrou
Date 2010-11-04.00:57:16
SpamBayes Score 1.82273e-05
Marked as misclassified No
Message-id <1288832238.63.0.0116449159435.issue9732@psf.upfronthosting.co.za>
In-reply-to
Content
Updated implementation that handles instances with inherited __slots__ members and attributes from C descriptors correctly.

I think is both "good enough" and useful enough to add to inspect. (The remaining constraints are rare or pathological.)
History
Date User Action Args
2010-11-04 00:57:18michael.foordsetrecipients: + michael.foord, ncoghlan, pitrou, benjamin.peterson, Trundle
2010-11-04 00:57:18michael.foordsetmessageid: <1288832238.63.0.0116449159435.issue9732@psf.upfronthosting.co.za>
2010-11-04 00:57:17michael.foordlinkissue9732 messages
2010-11-04 00:57:17michael.foordcreate