Message 333580 - Python tracker

Message333580

Author malin
Recipients beardypig, ezio.melotti, malin, mrabarnett, serhiy.storchaka, xtreak
Date 2019-01-14.03:08:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547435286.84.0.380738567753.issue34294@roundup.psfhosted.org>
In-reply-to
Content
I tried to fix it, feel free to create a new PR if you don't want this one.

PR11546 has a small question, should `state->data_stack` be dealloced as well?

FYI, function `state_reset(SRE_STATE* state)` in file `_sre.c`:
https://github.com/python/cpython/blob/d4f9cf5545d6d8844e0726552ef2e366f5cc3abd/Modules/_sre.c#L340-L352
History
Date User Action Args
2019-01-14 03:08:08malinsetrecipients: + malin, ezio.melotti, mrabarnett, serhiy.storchaka, beardypig, xtreak
2019-01-14 03:08:06malinsetmessageid: <1547435286.84.0.380738567753.issue34294@roundup.psfhosted.org>
2019-01-14 03:08:06malinlinkissue34294 messages
2019-01-14 03:08:06malincreate