diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-09-26 16:47:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-26 16:47:36 (GMT) |
commit | 114454e9f6addbcb364e9a37102c8131ae2da1dd (patch) | |
tree | f356c57b2a928ac2e581c0b18f0ab8c8e16cdc3e /Misc | |
parent | 0e950dd22b075b4809c84afda8aede02b76ac0fa (diff) | |
download | cpython-114454e9f6addbcb364e9a37102c8131ae2da1dd.zip cpython-114454e9f6addbcb364e9a37102c8131ae2da1dd.tar.gz cpython-114454e9f6addbcb364e9a37102c8131ae2da1dd.tar.bz2 |
bpo-28293: Don't completely dump the regex cache when full. (#3768)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-09-26-17-51-17.bpo-28293.UC5pm4.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-09-26-17-51-17.bpo-28293.UC5pm4.rst b/Misc/NEWS.d/next/Library/2017-09-26-17-51-17.bpo-28293.UC5pm4.rst new file mode 100644 index 0000000..16b92b0 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-09-26-17-51-17.bpo-28293.UC5pm4.rst @@ -0,0 +1 @@ +The regular expression cache is no longer completely dumped when it is full. |