diff options
author | Damien George <damien.p.george@gmail.com> | 2018-03-30 11:09:00 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-03-30 11:13:32 +1100 |
commit | 32807881954f106b9735de74fe984062a0815b81 (patch) | |
tree | 191a534e36c54c7c26005864045996fc87f6abb8 /tests/basics/iter1.py | |
parent | bc3a5f191714f28bef95d9f87c24f7367c90d54a (diff) |
py/runtime: Check that keys in dicts passed as ** args are strings.
Prior to this patch the code would crash if a key in a ** dict was anything
other than a str or qstr. This is because mp_setup_code_state() assumes
that keys in kwargs are qstrs (for efficiency).
Thanks to @jepler for finding the bug.
Diffstat (limited to 'tests/basics/iter1.py')
0 files changed, 0 insertions, 0 deletions