mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-25 19:46:25 +00:00
a162292aae
The iteritems()/itervalues() methods are gone in py3, but the items()/values() methods are still around. The latter are less efficient than the former in py2, but this has unmeasurably small impact on QEMU build time, so taking portability over efficiency is a net win. Backports commit 2f8480447067d6f42af52a886385284ead052af9 from qemu |
||
---|---|---|
.. | ||
create_config | ||
make_device_config.sh | ||
ordereddict.py | ||
qapi-event.py | ||
qapi-types.py | ||
qapi-visit.py | ||
qapi.py |