util: Port util to python3
This commit is the result of running 2to3 converter on the util subdirectory JIRA: https://gem5.atlassian.net/browse/GEM5-832 Change-Id: I4e7e2d2b1b99f7bcc5fe0f6dc5d25880323616eb Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/37797 Reviewed-by: Hoa Nguyen <hoanguyen@ucdavis.edu> Maintainer: Gabe Black <gabe.black@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# Suppress detection of leaks from within the python 2.7 interpreter.
|
||||
leak:libpython2.7.so
|
||||
# Suppress detection of leaks from within the python3 interpreter.
|
||||
leak:libpython3.so
|
||||
|
||||
Reference in New Issue
Block a user