Mark Mentovai 51eba29eee Fix Python 3.13 re DeprecationWarning: pass count and flags by keyword
https://docs.python.org/3/library/re.html:
> Deprecated since version 3.13: Passing count and flags as positional
> arguments is deprecated. In future Python versions they will be
> keyword-only parameters.

https://github.com/python/cpython/issues/56166,
https://github.com/python/cpython/pull/107778,
https://docs.python.org/3/whatsnew/3.13.html#:~:text=gh%2D66543.)-,re%3A,-Deprecate%20passing%20the

Change-Id: Ibda1394927062dd9e0353e2b9d643b510070deb6
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/6298792
Reviewed-by: Leonard Grey <lgrey@chromium.org>
Commit-Queue: Mark Mentovai <mark@chromium.org>
2025-02-25 08:23:52 -08:00
..
2024-10-22 02:23:41 +00:00
2023-10-18 20:01:37 +00:00
2024-12-13 14:14:57 -08:00
2023-12-12 22:52:47 +00:00
2023-08-04 16:50:05 +00:00
2024-05-06 14:12:00 +00:00
2024-11-14 17:06:54 +00:00
2025-02-24 18:02:37 -08:00