[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Crash in python bindings on windows (in apache)

From: Branko Čibej <brane_at_xbc.nu>
Date: 2005-10-19 21:13:32 CEST

David James wrote:

>On 10/19/05, Marc Haesen <Marc.Haesen@telindus.be> wrote:
>
>
>>I have just updated my working copy to revision 16815 and after applying
>>the attached patch (to solve a compilation problem in windows), it seems
>>not to crash anymore in apache with mod_python.
>>
>>In the patch.txt I have just removed the line (void) pool;
>>It can also replaced by pool=pool; to avoid a warning.
>>
>>
>This is fantastic news, Marc. I have followed your suggested approach,
>using pool = pool, to avoid a warning in r16817. Thanks so much for
>your help and your patience!
>
>
I'd really like to know what sort of Windows compile problem the "(void)
pool" thing caused. This is an idiom we've been using throughout the
code to silence warnings about unused variables. Changing this single
isntance is nonsense, especially since the "compile problem" report
wasn't exactly enlightening.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 19 21:14:26 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.