Allow arguments in patched decodeExtra
The python Zipfile module has been updated at some point to pass
arguments to the _decodeExtra function.
With the latest python versions, this causes an exception because the
patch in symbol.py doesn't allow for extra arguments.
I've added varargs forwarding to prevent this from being an issue.
Change-Id: Ifc4b3a5a2a269cd925d310325e9f0686d64400cf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6288528
Reviewed-by: Andrew Grieve <agrieve@chromium.org>
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Auto-Submit: Peter Pakkenberg <pbirk@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1423067}
NOKEYCHECK=True
GitOrigin-RevId: 8f1a2d36cf23f59043c2fb5e9905dd6cb6b93c27
1 file changed