Re: Problem with msvcrt60 vs. msvcr71 vs. strdup/free

2004-12-22 Thread abkhd
Martin v. Löwis wrote: > Indeed, it *will* work most of the time, as you rarely pass resources > across CRTs in a typical Python extension. However, it is very hard > to tell from the source code of the extension if such resource passing > could ever happen (e.g. what about setlocale(), atexit(), m

Re: Problem with msvcrt60 vs. msvcr71 vs. strdup/free

2004-12-22 Thread abkhd
From: "" <[EMAIL PROTECTED]> Newsgroups: comp.lang.python Subject: Re: Problem with msvcrt60 vs. msvcr71 vs. strdup/free Date: Wed, 22 Dec 2004 11:07:02 -0800 Gerhard Haering wrote: > Hello, > > I used to build Python extension modules with mingw. Now, Python has > switched to the MSVCR71 runtime