Message149250
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.) |
|
Date |
User |
Action |
Args |
2011-12-11 20:18:30 | gvanrossum | set | recipients:
+ gvanrossum, kxroberto |
2011-12-11 20:18:30 | gvanrossum | set | messageid: <1323634710.69.0.964890308417.issue13479@psf.upfronthosting.co.za> |
2011-12-11 20:18:30 | gvanrossum | link | issue13479 messages |
2011-12-11 20:18:29 | gvanrossum | create | |
|