Re: [PATCH v2 6/7] dts: remove multi-inheritance classes

2025-04-25 Thread Nicholas Pratte
Reviewed-by: Nicholas Pratte On Fri, Mar 14, 2025 at 9:19 AM Luca Vizzarro wrote: > > Multi inheritance has proven to be flaky in Python, therefore revert > back to a simpler approach where classes will only inherit one base > class. As part of this change, instead of making the > ScapyTrafficGe

Re: [PATCH v2 6/7] dts: remove multi-inheritance classes

2025-04-24 Thread Patrick Robb
Reviewed-by: Patrick Robb

Re: [PATCH v2 6/7] dts: remove multi-inheritance classes

2025-04-24 Thread Dean Marx
Reviewed-by: Dean Marx

[PATCH v2 6/7] dts: remove multi-inheritance classes

2025-03-14 Thread Luca Vizzarro
Multi inheritance has proven to be flaky in Python, therefore revert back to a simpler approach where classes will only inherit one base class. As part of this change, instead of making the ScapyTrafficGenerator class inehrit a PythonShell, use simple class composition, by making the shell a class