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 skrah
Recipients Sworddragon, brett.cannon, r.david.murray, serhiy.storchaka, skrah
Date 2013-11-09.20:43:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20131109204335.GA15538@sleipnir.bytereef.org>
In-reply-to <1384022128.17.0.430195711894.issue19533@psf.upfronthosting.co.za>
Content
R. David Murray <report@bugs.python.org> wrote:
> So the question is, if there is no longer a reference to the docstring, why isn't it garbage collected?  (I tested adding a gc.collect(), and it didn't make any difference.)

I think it probably is garbage collected but the freed memory is not returned to the OS
by the memory allocator.
History
Date User Action Args
2013-11-09 20:43:36skrahsetrecipients: + skrah, brett.cannon, r.david.murray, Sworddragon, serhiy.storchaka
2013-11-09 20:43:36skrahlinkissue19533 messages
2013-11-09 20:43:36skrahcreate