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 serhiy.storchaka
Recipients abacabadabacaba, alexei.romanov, ezio.melotti, malin, mrabarnett, serhiy.storchaka, vstinner
Date 2022-04-03.16:16:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649002601.86.0.103660364245.issue23689@roundup.psfhosted.org>
In-reply-to
Content
New changeset 6e3eee5c11b539e9aab39cff783acf57838c355a by Ma Lin in branch 'main':
bpo-23689: re module, fix memory leak when a match is terminated by a signal or memory allocation failure (GH-32283)
https://github.com/python/cpython/commit/6e3eee5c11b539e9aab39cff783acf57838c355a
History
Date User Action Args
2022-04-03 16:16:41serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, mrabarnett, abacabadabacaba, malin, alexei.romanov
2022-04-03 16:16:41serhiy.storchakasetmessageid: <1649002601.86.0.103660364245.issue23689@roundup.psfhosted.org>
2022-04-03 16:16:41serhiy.storchakalinkissue23689 messages
2022-04-03 16:16:41serhiy.storchakacreate