This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mwh
Recipients
Date 2003-09-18.14:48:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Raymond Hettinger found that the following:

 fd, fname = tempfile.mkstemp()
 execfile(fname)

leaks a reference.  TrackRefs sez it's a string. 
Haven't dug any further.
History
Date User Action Args
2007-08-23 14:16:52adminlinkissue808596 messages
2007-08-23 14:16:52admincreate