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 vstinner
Recipients The Compiler, Xavion, r.david.murray, vstinner, ztane
Date 2016-09-20.05:25:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZk2gGe12z74oxv3UBoiJ9eMYE5scvabmTA6Ha30dGgmA@mail.gmail.com>
In-reply-to <1474333616.45.0.735520636963.issue28165@psf.upfronthosting.co.za>
Content
If tracemalloc doesn't show any leak but the RSS memory increases, it can
be memory fragmentation or memory alloctions not traced by tracemalloc.
History
Date User Action Args
2016-09-20 05:25:39vstinnersetrecipients: + vstinner, r.david.murray, ztane, The Compiler, Xavion
2016-09-20 05:25:39vstinnerlinkissue28165 messages
2016-09-20 05:25:39vstinnercreate