]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-23689: re module, fix memory leak when a match is terminated by a signal or memor...
authorMa Lin <animalize@users.noreply.github.com>
Sun, 3 Apr 2022 16:16:20 +0000 (00:16 +0800)
committerGitHub <noreply@github.com>
Sun, 3 Apr 2022 16:16:20 +0000 (19:16 +0300)
commit6e3eee5c11b539e9aab39cff783acf57838c355a
tree29ee6720d249adfe5864ab9f09d7cb54d9f35238
parentb82cdd1dac9a9be52051abd90a1ce69236ac41f4
bpo-23689: re module, fix memory leak when a match is terminated by a signal or memory allocation failure (GH-32283)
Lib/re/_compiler.py
Lib/re/_constants.py
Lib/test/test_re.py
Misc/NEWS.d/next/Library/2022-04-03-13-19-08.bpo-23689.TFSc3E.rst [new file with mode: 0644]
Modules/_sre.c
Modules/clinic/_sre.c.h
Modules/sre.h
Modules/sre_constants.h
Modules/sre_lib.h