use internal, non-caching version of re.compile for extractor patterns

speeds up total compile time of extractor patterns by ~10ms
This commit is contained in:
Mike Fährmann
2025-04-13 21:37:32 +02:00
parent 26747051b0
commit 4c8c98a14d
4 changed files with 15 additions and 7 deletions

View File

@@ -6,5 +6,5 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
__version__ = "1.29.4"
__version__ = "1.29.5-dev"
__variant__ = None