mbox series

[ovs-dev,v2,0/2] fix a couple of build warnings

Message ID cover.1658140742.git.tredaelli@redhat.com
Headers show
Series fix a couple of build warnings | expand

Message

Timothy Redaelli July 18, 2022, 10:40 a.m. UTC
v1 -> v2:
- Removed Python 2 support as requested by Ilya

Timothy Redaelli (2):
  python-c-ext: Remove Python 2 support
  python-c-ext: fix a couple of build warnings

 python/ovs/_json.c | 38 +++-----------------------------------
 1 file changed, 3 insertions(+), 35 deletions(-)

Comments

Ilya Maximets July 22, 2022, 4:23 p.m. UTC | #1
On 7/18/22 12:40, Timothy Redaelli wrote:
> v1 -> v2:
> - Removed Python 2 support as requested by Ilya
> 
> Timothy Redaelli (2):
>   python-c-ext: Remove Python 2 support
>   python-c-ext: fix a couple of build warnings
> 
>  python/ovs/_json.c | 38 +++-----------------------------------
>  1 file changed, 3 insertions(+), 35 deletions(-)
> 

Thanks for the update!  LGTM.

Applied and backported down to 2.17.

Best regards, Ilya Maximets.