Re: [python-win32] Python Finalisation

2013-01-20 Thread Mark Hammond
Unfortunately there are a number of problems repeatedly initializing and finalizing Python, hence the code you saw in pywin32 that no longer attempts to support it. The short-story is simply that doing this is not supported using pywin32 (at least until the issues in Python are fixed via the n

Re: [python-win32] Python Finalisation

2013-01-15 Thread niki
On 15.01.2013 00:32, Tom Bowles wrote:> > > Does anybody have any thoughts on this? IIRC re-initialization of binary modules is supported in python3. Hope to be wrong, Niki ___ python-win32 mailing list python-win32@python.org http://mail.python.org/m

Re: [python-win32] Python Finalisation

2013-01-15 Thread Tom Bowles
On 10 January 2013 18:48, Tom Bowles wrote: > > On 10 January 2013 17:15, Aahz wrote: >> >> On Thu, Jan 10, 2013, Tom Bowles wrote: >> > >> > Hi, I have a question regarding python finalisation when using pywin32. >> > The details are at >> > http://stackoverflow.com/questions/14257654/how-shoul

Re: [python-win32] Python Finalisation

2013-01-10 Thread Tom Bowles
On 10 January 2013 17:15, Aahz wrote: > On Thu, Jan 10, 2013, Tom Bowles wrote: > > > > Hi, I have a question regarding python finalisation when using pywin32. > > The details are at > > > http://stackoverflow.com/questions/14257654/how-should-i-or-should-i-finalize-python-in-the-presence-of-pyw

Re: [python-win32] Python Finalisation

2013-01-10 Thread Aahz
On Thu, Jan 10, 2013, Tom Bowles wrote: > > Hi, I have a question regarding python finalisation when using pywin32. > The details are at > http://stackoverflow.com/questions/14257654/how-should-i-or-should-i-finalize-python-in-the-presence-of-pywin32. > I can reproduce the question here if preferr

[python-win32] Python Finalisation

2013-01-10 Thread Tom Bowles
Hi, I have a question regarding python finalisation when using pywin32. The details are at http://stackoverflow.com/questions/14257654/how-should-i-or-should-i-finalize-python-in-the-presence-of-pywin32. I can reproduce the question here if preferred, but there's a lot of formatting and I'm postin