[ovs-dev] [PATCH] Update bundled sortedcontainers to 2.4.0

Ilya Maximets i.maximets at ovn.org
Fri Jul 16 13:16:32 UTC 2021


On 7/2/21 12:47 PM, Ilya Maximets wrote:
> On 7/2/21 12:17 PM, Timothy Redaelli wrote:
>> This is needed since the current bundled version doesn't work on Python
>> 3.10+.
> 
> Make sense.
> 
> Terry, could you, please, take a look?
> 
> I also wonder if we need to apply this patch to stable branches.
> Thoughts?
> 
> Best regards, Ilya Maximets.
> 
>>
>> Signed-off-by: Timothy Redaelli <tredaelli at redhat.com>
>> ---
>>  python/ovs/compat/sortedcontainers/LICENSE    |    2 +-
>>  .../ovs/compat/sortedcontainers/__init__.py   |   70 +-
>>  .../ovs/compat/sortedcontainers/sorteddict.py | 1233 +++++----
>>  .../ovs/compat/sortedcontainers/sortedlist.py | 2409 +++++++++--------
>>  .../ovs/compat/sortedcontainers/sortedset.py  |  636 ++++-
>>  5 files changed, 2494 insertions(+), 1856 deletions(-)
>>

I looked through this patch again and it looks good to me.
Applied to master.

Best regards, Ilya Maximets.


More information about the dev mailing list