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 Андрей.Давыдов
Recipients Андрей.Давыдов
Date 2010-10-13.14:19:07
SpamBayes Score 3.262332e-06
Marked as misclassified No
Message-id <1286979549.85.0.436821167858.issue10085@psf.upfronthosting.co.za>
In-reply-to
Content
Output for this script is

8.64453125
in test 163.80078125
in f 318.70703125
after f 280.49609375
in f 318.72265625
after f 280.50390625
0
164.4765625
126.26171875
10.01171875

If Python store all created objects of primitive types, why does it allocate (318 - 163) MB for call of function 'f'?
What memory does it free when call 'gc.collect()'
History
Date User Action Args
2010-10-13 14:19:09Андрей.Давыдовsetrecipients: + Андрей.Давыдов
2010-10-13 14:19:09Андрей.Давыдовsetmessageid: <1286979549.85.0.436821167858.issue10085@psf.upfronthosting.co.za>
2010-10-13 14:19:08Андрей.Давыдовlinkissue10085 messages
2010-10-13 14:19:07Андрей.Давыдовcreate