aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/environment.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2019-04-11 12:21:34 -0700
committerJussi Pakkanen <jpakkane@gmail.com>2019-04-12 00:24:51 +0300
commit00a3bb8d695a99be2c05d14985341f014a299e46 (patch)
tree693c89beb563872e8b0b2cb78296ee006a27bd73 /mesonbuild/environment.py
parent2499e2547656f244ba654db7208f5453d6b53eff (diff)
downloadmeson-00a3bb8d695a99be2c05d14985341f014a299e46.zip
meson-00a3bb8d695a99be2c05d14985341f014a299e46.tar.gz
meson-00a3bb8d695a99be2c05d14985341f014a299e46.tar.bz2
interpreter: use zip function
Currently this is implemented as range(min(len(a), len(b)), an then indexing into a and b to get what we actually want. Fortunately python provides a function called zip that just does this.
Diffstat (limited to 'mesonbuild/environment.py')
0 files changed, 0 insertions, 0 deletions