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 abacabadabacaba
Recipients abacabadabacaba, ezio.melotti, mrabarnett
Date 2015-03-17.16:56:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426611380.23.0.46113718722.issue23689@psf.upfronthosting.co.za>
In-reply-to
Content
In Modules/sre_lib.h on line 882 [1], a block of memory is allocated. If SRE(match) function later terminates abruptly, either because of a signal or because subsequent memory allocation fails, this block is never released.

[1] https://hg.python.org/cpython/file/c89f7c34e356/Modules/sre_lib.h#l882
History
Date User Action Args
2015-03-17 16:56:20abacabadabacabasetrecipients: + abacabadabacaba, ezio.melotti, mrabarnett
2015-03-17 16:56:20abacabadabacabasetmessageid: <1426611380.23.0.46113718722.issue23689@psf.upfronthosting.co.za>
2015-03-17 16:56:20abacabadabacabalinkissue23689 messages
2015-03-17 16:56:20abacabadabacabacreate