diff options
author | Miro HronĨok <miro@hroncok.cz> | 2022-08-03 23:19:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 23:19:36 (GMT) |
commit | fe23c0061d9c72527ad57a8c965d8161b00f500e (patch) | |
tree | 889c8cf93b1a1cae3d4414cc199d1b2263898187 /Misc/NEWS.d/next/Tests | |
parent | dc2757accd8413abfc24d7acf06d8bf233d01534 (diff) | |
download | cpython-fe23c0061d9c72527ad57a8c965d8161b00f500e.zip cpython-fe23c0061d9c72527ad57a8c965d8161b00f500e.tar.gz cpython-fe23c0061d9c72527ad57a8c965d8161b00f500e.tar.bz2 |
gh-94675: Add a regression test for rjsmin re slowdown (GH-94685)
Adds a regression test for an re slowdown observed by rjsmin.
Uses multiprocessing to kill the test after SHORT_TIMEOUT.
Co-authored-by: Oleg Iarygin <dralife@yandex.ru>
Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Misc/NEWS.d/next/Tests')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2022-07-08-12-22-00.gh-issue-94675.IiTs5f.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2022-07-08-12-22-00.gh-issue-94675.IiTs5f.rst b/Misc/NEWS.d/next/Tests/2022-07-08-12-22-00.gh-issue-94675.IiTs5f.rst new file mode 100644 index 0000000..d0005d9 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2022-07-08-12-22-00.gh-issue-94675.IiTs5f.rst @@ -0,0 +1 @@ +Add a regression test for :mod:`re` exponentional slowdown when using rjsmin. |