[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 04/12] simpletrace: update code for Python 3.11
|
From: |
Stefan Hajnoczi |
|
Subject: |
Re: [PATCH v2 04/12] simpletrace: update code for Python 3.11 |
|
Date: |
Tue, 9 May 2023 10:38:49 -0400 |
On Tue, May 02, 2023 at 11:23:31AM +0200, Mads Ynddal wrote:
> From: Mads Ynddal <m.ynddal@samsung.com>
>
> The call to `getargspec` was deprecated and in Python 3.11 it has been
> removed in favor of `getfullargspec`.
Please add that getfullargspec() is available in Python 3.6, the minimum
Python version required by QEMU.
That makes it clear that its safe to merge this patch.
Otherwise:
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
signature.asc
Description: PGP signature
- [PATCH v2 00/12] simpletrace: refactor and general improvements, Mads Ynddal, 2023/05/02
- [PATCH v2 04/12] simpletrace: update code for Python 3.11, Mads Ynddal, 2023/05/02
- Re: [PATCH v2 04/12] simpletrace: update code for Python 3.11,
Stefan Hajnoczi <=
- [PATCH v2 03/12] simpletrace: changed naming of edict and idtoname to improve readability, Mads Ynddal, 2023/05/02
- [PATCH v2 05/12] simpletrace: Changed Analyzer class to become context-manager, Mads Ynddal, 2023/05/02
- [PATCH v2 06/12] simpletrace: Simplify construction of tracing methods, Mads Ynddal, 2023/05/02
- [PATCH v2 07/12] simpletrace: Improved error handling on struct unpack, Mads Ynddal, 2023/05/02