commit | e67a3d19b7fabd86d220534302a65ad3b62f751e | [log] [tgz] |
---|---|---|
author | Andreas Sandberg <andreas.sandberg@arm.com> | Sat Jan 26 09:07:54 2019 +0000 |
committer | Andreas Sandberg <andreas.sandberg@arm.com> | Wed Feb 13 09:53:42 2019 +0000 |
tree | c3272e7cdfc7e3067342e175bc3fedb68c7e7f53 | |
parent | 23af972756a98410bd41472bd33ea651b5180f07 [diff] |
python: Remove uses of tuple unpacking in function params Python 3 doesn't support tuple unpacking in function parameters and lambdas. Change-Id: I36c72962e33a9ad37145089687834becccc76adb Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-on: https://gem5-review.googlesource.com/c/15991 Reviewed-by: Gabe Black <gabeblack@google.com>