johnbickmore / livecoding

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

MODE_UPDATE and base classes #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
MODE_UPDATE does not update the base classes of a changed class.  This
definitely needs to be fixed.  If it is not possible to change the base
class of an object, like from object to type, then this should be a logged
warning or error with an understandable description of the reason for it.

Original issue reported on code.google.com by richard.m.tew@gmail.com on 23 Feb 2010 at 1:27