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 gvanrossum
Recipients gvanrossum, kxroberto
Date 2011-12-11.20:18:29
SpamBayes Score 3.2232158e-05
Marked as misclassified No
Message-id <1323634710.69.0.964890308417.issue13479@psf.upfronthosting.co.za>
In-reply-to
Content
What you're seeing here is just one of may things that go subtly wrong when you reload a class.  I don't think we should fix this one aspect while leaving so many other bugs due to the same root cause.

It would be better to focus your energy on a way to improve reloading, e.g. make it so that the identity of global functions and classes doesn't change when their module is reloaded.  (You'll find it a tough problem, but note that it's been solved for at least one specific instance: modules *do* retain their identity, so maybe you can use that as a model.)
History
Date User Action Args
2011-12-11 20:18:30gvanrossumsetrecipients: + gvanrossum, kxroberto
2011-12-11 20:18:30gvanrossumsetmessageid: <1323634710.69.0.964890308417.issue13479@psf.upfronthosting.co.za>
2011-12-11 20:18:30gvanrossumlinkissue13479 messages
2011-12-11 20:18:29gvanrossumcreate