diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2022-09-12 13:24:00 -0700 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-09-12 18:51:27 -0400 |
commit | b5a66ce2a38d6f760a17833f3efe83c10b000116 (patch) | |
tree | b2c4f33a5714dbf386bafec665a993bf9b12a3ad /mesonbuild/modules/java.py | |
parent | c555724b4953631581acadf40f13e6001c259e97 (diff) | |
download | meson-b5a66ce2a38d6f760a17833f3efe83c10b000116.zip meson-b5a66ce2a38d6f760a17833f3efe83c10b000116.tar.gz meson-b5a66ce2a38d6f760a17833f3efe83c10b000116.tar.bz2 |
arglist: use typing.MutableSequence instead of collections
In the long run collections is the right thing to use, but until we can
require 3.9.x as the minimum we cannot annotate the collections.abc
version, only the typing version. This allows correct type annotations
in users of `CompilerArgs`, as mypy (and friends) can determine that
`CompilerArgs` is ~= `T.Sequence[str]`
Diffstat (limited to 'mesonbuild/modules/java.py')
0 files changed, 0 insertions, 0 deletions