[Python-bugs-list] [Bug #126345] Modules are not garbage collected

noreply@sourceforge.net noreply@sourceforge.net
Tue, 19 Dec 2000 08:50:21 -0800


Bug #126345, was updated on 2000-Dec-19 07:28
Here is a current snapshot of the bug.

Project: Python
Category: Python Interpreter Core
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: loewis
Assigned to : nascheme
Summary: Modules are not garbage collected

Details: Module objects currently don't participate in garbage collection. That is a problem for applications using the new or imp modules to create modules on-the-fly, such as the rexec module.

Follow-Ups:

Date: 2000-Dec-19 08:50
By: gvanrossum

Comment:
Neil promised to do this over the holidays.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=126345&group_id=5470