Re: [ovs-dev] [PATCH 0/6] build-aux: Fix flake8 and syntax issues with python 3.12.

2023-11-01 Thread Ilya Maximets
On 10/31/23 18:52, Ihar Hrachyshka wrote: > +1 for the series. > > Reviewed-By: Ihar Hrachyshka mailto:i...@redhat.com>> > > On Mon, Oct 30, 2023 at 4:10 PM Ilya Maximets > wrote: > > The main goal of this patch set is to enable builds without warnings > on

Re: [ovs-dev] [PATCH 0/6] build-aux: Fix flake8 and syntax issues with python 3.12.

2023-10-31 Thread Ihar Hrachyshka
+1 for the series. Reviewed-By: Ihar Hrachyshka On Mon, Oct 30, 2023 at 4:10 PM Ilya Maximets wrote: > The main goal of this patch set is to enable builds without warnings > on systems with Python 3.12. Python 3.12 turned having invalid escape > sequences into a SyntaxWarning. In the future

[ovs-dev] [PATCH 0/6] build-aux: Fix flake8 and syntax issues with python 3.12.

2023-10-30 Thread Ilya Maximets
The main goal of this patch set is to enable builds without warnings on systems with Python 3.12. Python 3.12 turned having invalid escape sequences into a SyntaxWarning. In the future it will become an actual syntax error: