Re: [PATCH 2/3] dts: stop using partial in enums

2025-02-04 Thread Patrick Robb
Tested from a Fedora41/python3.13 container. Tested-by: Patrick Robb Reviewed-by: Patrick Robb Applying to next-dts, thanks for the patch Luca.

[PATCH 2/3] dts: stop using partial in enums

2025-01-31 Thread Luca Vizzarro
Starting from Python 3.13 functools.partial is started to be treated as a method descriptor. As a consequence, any class attributes whose value is functools.partial is no longer treated as an attribute, but a class method instead. NicCapability is an enum that expects to have methods as values, an