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
Reviewed-by: Patrick Robb
Reviewed-by: Dean Marx
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
4 matches
Mail list logo