mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-23689: re module, fix memory leak when a match is terminated by a signal or memory allocation failure (GH-32283)
This commit is contained in:
parent
b82cdd1dac
commit
6e3eee5c11
9 changed files with 151 additions and 71 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
# update when constants are added or removed
|
||||
|
||||
MAGIC = 20220318
|
||||
MAGIC = 20220402
|
||||
|
||||
from _sre import MAXREPEAT, MAXGROUPS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue