diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-10-07 19:21:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 19:21:42 (GMT) |
commit | c11b667a1d8c13095b295d1a8c4ab6e4ccf0f895 (patch) | |
tree | b9a672c05190e39e73b04dcf2c19cb4af261dbd6 /Misc | |
parent | eed80458e8e776d15fa862da71dcce58c47e2ca7 (diff) | |
download | cpython-c11b667a1d8c13095b295d1a8c4ab6e4ccf0f895.zip cpython-c11b667a1d8c13095b295d1a8c4ab6e4ccf0f895.tar.gz cpython-c11b667a1d8c13095b295d1a8c4ab6e4ccf0f895.tar.bz2 |
gh-96346: Use double caching for re._compile() (#96347)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-08-27-23-16-09.gh-issue-96346.jJX14I.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-08-27-23-16-09.gh-issue-96346.jJX14I.rst b/Misc/NEWS.d/next/Library/2022-08-27-23-16-09.gh-issue-96346.jJX14I.rst new file mode 100644 index 0000000..9883348 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-08-27-23-16-09.gh-issue-96346.jJX14I.rst @@ -0,0 +1 @@ +Use double caching for compiled RE patterns. |