commit | fe23c0061d9c72527ad57a8c965d8161b00f500e | [log] [tgz] |
---|---|---|
author | Miro HronĨok <miro@hroncok.cz> | Thu Aug 04 01:19:36 2022 +0200 |
committer | GitHub <noreply@github.com> | Wed Aug 03 16:19:36 2022 -0700 |
tree | 889c8cf93b1a1cae3d4414cc199d1b2263898187 | |
parent | dc2757accd8413abfc24d7acf06d8bf233d01534 [diff] |
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>