2010/10/22 <exar...@twistedmatrix.com>: > Instances of classes don't refer to the module their class is defined in. > It seems more likely that the reason the module is garbage collected is > that there really is nothing which refers to it anymore.
Indeed, this is really a Python bug, but there's no good way to deal with it unless dictionaries can know they are module globals. -- Regards, Benjamin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com