Re: python, dlls, and multiple instances

2008-06-04 Thread Patrick Stinson
ahh, ok. Looks like my fundamental understanding of how dlls work was a little messed up. Thanks! On Sun, Jun 1, 2008 at 10:42 AM, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: >> Is it a correct to assume that you can use multiple instances of >> python altogether if each is loaded from a separate

Re: python, dlls, and multiple instances

2008-06-01 Thread Martin v. Löwis
> Is it a correct to assume that you can use multiple instances of > python altogether if each is loaded from a separate dll? For instance, > if I write a couple of dll/so libs, and each has python statically > linked in, is it safe to assume that since dlls use their own address > space DLLs don'