Ping.
Paolo
On Tue, Jan 17, 2023 at 10:16 AM Paolo Bonzini wrote:
>
> QEMU build and test scripts would like to use some new features that
> were added to Python 3.7. Useful additions include removing the need
> for OrderedDict, improved handling of default text encoding, postponed
> evaluation
QEMU build and test scripts would like to use some new features that
were added to Python 3.7. Useful additions include removing the need
for OrderedDict, improved handling of default text encoding, postponed
evaluation of type annotations, and improvements to asyncio.
Using new features that wer