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

noreply@sourceforge.net noreply@sourceforge.net
Tue, 02 Jan 2001 08:01:10 -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: Closed
Resolution: Fixed
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: 2001-Jan-02 08:00
By: nascheme

Comment:
Fixed by patch #102939 (moduleobject.c r2.31).
-------------------------------------------------------

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