Re: [PATCH] Fix an inefficient way to fill an array of inherited properties

2020-05-23 Thread Branko Čibej
On 24.05.2020 00:17, Daniel Shahaf wrote: > Branko Čibej wrote on Fri, 15 May 2020 17:07 +0200: >> On 15.05.2020 16:54, Denis Kovalchuk wrote: >>> Hello. >>> >>> I think that currently the code that obtains inherited properties for >>> servers >>> that don't support the capability uses an ineffici

Re: [PATCH] Fix an inefficient way to fill an array of inherited properties

2020-05-23 Thread Daniel Shahaf
Branko Čibej wrote on Fri, 15 May 2020 17:07 +0200: > On 15.05.2020 16:54, Denis Kovalchuk wrote: > > Hello. > > > > I think that currently the code that obtains inherited properties for > > servers > > that don't support the capability uses an inefficient way of array filling. > > At each iterati

Re: [PATCH] fix unable to load *.pyd files with Python 3.8.x on Windows

2020-05-23 Thread Yasuhito FUTATSUKI
On 2020/05/23 12:16, Daniel Shahaf wrote: > Yasuhito FUTATSUKI wrote on Sat, 23 May 2020 11:08 +0900: >> I think it can be fixed by overriding _global_py_pool to $input in "in" >> typemap, when $1 is updated. It assumes that there are no APIs that >> uses two or more result_pool like apr_pool_t * a