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 rkuska
Recipients rkuska
Date 2015-03-24.22:36:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427236572.32.0.506402278019.issue23769@psf.upfronthosting.co.za>
In-reply-to
Content
Summary for
valgrind python3 test_zipimport.py

==18608== 
==18608== HEAP SUMMARY:
==18608==     in use at exit: 1,596,390 bytes in 11,536 blocks
==18608==   total heap usage: 343,849 allocs, 332,313 frees, 59,355,776 bytes allocated
==18608== 
==18608== LEAK SUMMARY:
==18608==    definitely lost: 90 bytes in 3 blocks
==18608==    indirectly lost: 0 bytes in 0 blocks
==18608==      possibly lost: 594,488 bytes in 2,258 blocks
==18608==    still reachable: 1,001,812 bytes in 9,275 blocks
==18608==         suppressed: 0 bytes in 0 blocks
==18608== Rerun with --leak-check=full to see details of leaked memory
==18608== 
==18608== For counts of detected and suppressed errors, rerun with: -v
==18608== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
History
Date User Action Args
2015-03-24 22:36:12rkuskasetrecipients: + rkuska
2015-03-24 22:36:12rkuskasetmessageid: <1427236572.32.0.506402278019.issue23769@psf.upfronthosting.co.za>
2015-03-24 22:36:12rkuskalinkissue23769 messages
2015-03-24 22:36:12rkuskacreate