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 sYnfo
Recipients amaury.forgeotdarc, sYnfo
Date 2013-09-03.13:41:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378215708.02.0.443344690263.issue18913@psf.upfronthosting.co.za>
In-reply-to
Content
That's a good idea:

NULLBYTECERT = os.path.join(os.path.dirname(__file__) or os.curdir, "nullbytecert.pem")
for i in xrange(100):
    p = ssl._ssl._test_decode_cert(NULLBYTECERT)

gives

==1647== LEAK SUMMARY:
==1647==    definitely lost: 3,200 bytes in 100 blocks
==1647==    indirectly lost: 39,200 bytes in 1,600 blocks
==1647==      possibly lost: 591,285 bytes in 545 blocks
==1647==    still reachable: 1,955,652 bytes in 3,136 blocks
==1647==         suppressed: 0 bytes in 0 blocks

so yes, they do increase.
History
Date User Action Args
2013-09-03 13:41:48sYnfosetrecipients: + sYnfo, amaury.forgeotdarc
2013-09-03 13:41:48sYnfosetmessageid: <1378215708.02.0.443344690263.issue18913@psf.upfronthosting.co.za>
2013-09-03 13:41:48sYnfolinkissue18913 messages
2013-09-03 13:41:47sYnfocreate