0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
cpython/Modules/_sre/clinic
Serhiy Storchaka 8eb25faed7
[3.12] gh-67877: Fix memory leaks in terminated RE matching (GH-126840) (GH-126961)
If SRE(match) function terminates abruptly, either because of a signal
or because memory allocation fails, allocated SRE_REPEAT blocks might
be never released.

(cherry picked from commit 7538e7f569)
2024-11-18 11:24:13 +00:00
..
sre.c.h [3.12] gh-67877: Fix memory leaks in terminated RE matching (GH-126840) (GH-126961) 2024-11-18 11:24:13 +00:00