On May 11, 2:13 am, Filip Štědronský <[EMAIL PROTECTED]> wrote:
> The main problem are references to objects within a module, because
> we can NEVER be sure there aren't any, even though we cleaned up
> everything, that's just a consequence of Python nature. We can keep
> the old objects referenced
The main problem are references to objects within a module, because
we can NEVER be sure there aren't any, even though we cleaned up
everything, that's just a consequence of Python nature. We can keep
the old objects referenced and it would make an equivalent to the
reload() builting, just without