diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2021-08-27 11:47:12 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2021-08-27 14:54:29 -0700 |
commit | 11fbaf29d8444ca35269a938e46327dfbe7820bd (patch) | |
tree | 135656b3fb49b4d185655f43fe1de62580788fee /mesonbuild/interpreterbase/helpers.py | |
parent | 3f5d80b8bbd40d166657c1c7f856fe7777623df1 (diff) | |
download | meson-11fbaf29d8444ca35269a938e46327dfbe7820bd.zip meson-11fbaf29d8444ca35269a938e46327dfbe7820bd.tar.gz meson-11fbaf29d8444ca35269a938e46327dfbe7820bd.tar.bz2 |
interpreter: fix cases of `KwargInfo(..., T, default=None)`
The correct way to mark these is `KwargInfo(..., (T, type(None)))`.
There's also a few cases of `(T, None)` which is invalid, as `None`
isn't a type
Diffstat (limited to 'mesonbuild/interpreterbase/helpers.py')
0 files changed, 0 insertions, 0 deletions