johnbickmore / livecoding

A code reloading library for Python
https://code.google.com/archive/p/livecoding/
Other
0 stars 0 forks source link

UpdateModuleAttributes incomplete / leaked attribute confusion #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Looking at UpdateModuleAttributes, it is clear that this function has a few
issues.

* Why is 'overwritableAttributes' passed in?
* Why are the leaked attributes collected in 'leakedAttributes' unused?

And finally, with collection of leaked and contributed attributes, who
removes leaked attributes that have been replaced?

Original issue reported on code.google.com by richard.m.tew@gmail.com on 13 Feb 2010 at 12:45

GoogleCodeExporter commented 8 years ago
This is dealt with.  It will not be explained here, as the code should now be 
clearer.

Original comment by richard.m.tew@gmail.com on 13 Feb 2010 at 7:36