[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: |
Mads Ynddal |
|
Subject: |
Re: [PATCH v2 04/12] simpletrace: update code for Python 3.11 |
|
Date: |
Mon, 15 May 2023 08:47:49 +0200 |
> On 9 May 2023, at 16.38, Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> 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>
I'll get this added.
- [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
- [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
- [PATCH v2 08/12] simpletrace: define exception and add handling, Mads Ynddal, 2023/05/02