v8/third_party
Michael Achenbach 6ea78398aa [infra] Change all Python shebangs to Python3
The infrastructure runs everything already in Python3, so this is
mostly a clean-up.

For MB, a python2 holdover was removed and new lint errors were
fixed.

The renames were automated with:
git grep -e "/usr/bin/python$" |
  cut -d':' -f1 |
  xargs
  sed -i 's/#!\/usr\/bin\/python$/#!\/usr\/bin\/python3/1'

and
git grep -e "/usr/bin/env python$" |
  cut -d':' -f1 |
  xargs
  sed -i 's/#!\/usr\/bin\/env python$/#!\/usr\/bin\/env python3/1'

Bug: v8:13148
Change-Id: If4f3c7635e72fa134798d55314ac1aa92ddd01bf
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3811499
Reviewed-by: Liviu Rau <liviurau@google.com>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/main@{#82231}
2022-08-05 14:55:00 +00:00
..
colorama Use relative paths to OWNERS files 2019-08-12 13:52:52 +00:00
google_benchmark google_benchmark: Manually roll and fix build 2022-07-25 07:47:46 +00:00
googletest Update V8 DEPS. 2022-01-26 12:51:01 +00:00
inspector_protocol Roll inspector_protocol to 134539780e606a77d660d58bf95b5ab55875bc3c 2022-05-30 08:53:28 +00:00
jsoncpp Reland "[build] Fix gn check failures in v8/third_party" 2021-04-30 16:26:19 +00:00
test262-harness [infra] Change all Python shebangs to Python3 2022-08-05 14:55:00 +00:00
v8/builtins [torque] Make return types required 2021-09-30 15:54:17 +00:00
wasm-api