Re: [PATCH v3 01/13] python/aqmp: Fix wait_closed work-around for python 3.6

2021-08-10 Thread Niteesh G. S.
On Thu, Aug 5, 2021 at 10:58 PM John Snow wrote: > > > On Fri, Jul 30, 2021 at 4:19 PM G S Niteesh Babu > wrote: > >> Before this patch the wait_closed work-around for python 3.6 >> fails during disconnect. >> This is a temproray work around for which might be fixed in the >> future or will be c

Re: [PATCH v3 01/13] python/aqmp: Fix wait_closed work-around for python 3.6

2021-08-05 Thread John Snow
On Fri, Jul 30, 2021 at 4:19 PM G S Niteesh Babu wrote: > Before this patch the wait_closed work-around for python 3.6 > fails during disconnect. > This is a temproray work around for which might be fixed in the > future or will be completely removed when the minimum python > version is raised to

[PATCH v3 01/13] python/aqmp: Fix wait_closed work-around for python 3.6

2021-07-30 Thread G S Niteesh Babu
Before this patch the wait_closed work-around for python 3.6 fails during disconnect. This is a temproray work around for which might be fixed in the future or will be completely removed when the minimum python version is raised to 3.7. This patch was originally written by John Snow Signed-off-b