qemu-e2k/python/qemu
John Snow 9e8dfad045 event_match: always match on None value
Before, event_match didn't always recurse if the event value was not a
dictionary, and would instead check for equality immediately.

By delaying equality checking to post-recursion, we can allow leaf
values like "5" to match "None" and take advantage of the generic
None-returns-True clause.

This makes the matching a little more obviously consistent at the
expense of being able to check for explicit None values, which is
probably not that important given what this function is used for.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20190528183857.26167-1-jsnow@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
2019-06-14 14:16:57 +02:00
..
__init__.py event_match: always match on None value 2019-06-14 14:16:57 +02:00
qmp.py Introduce a Python module structure 2019-02-22 14:07:01 -05:00
qtest.py Introduce a Python module structure 2019-02-22 14:07:01 -05:00