[python-win32] Python Finalisation

Tom Bowles tomthemighty at googlemail.com
Thu Jan 10 19:48:24 CET 2013


On 10 January 2013 17:15, Aahz <aahz at pythoncraft.com> 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-pywin32
> .
> > I can reproduce the question here if preferred, but there's a lot of
> > formatting and I'm posting this from a phone. Hope the stackoverflow link
> > is acceptable.
>
> I'm certainly not looking at Stackoverflow, and it disrupts the archives
> of this list.  Please repeat your full question here.
> --
> Aahz (aahz at pythoncraft.com)           <*>
> http://www.pythoncraft.com/
>
> Weinberg's Second Law: If builders built buildings the way programmers
> wrote
> programs, then the first woodpecker that came along would destroy
> civilization.
>


Sure. For a more specialist audience than SO it boils down to:

1. Should I call PyWinGlobals_Free() before calling Py_Finalize()? If I
don't I get errors,  which I can give more detail about if you want.
2. Why does pycom's dllmain.cpp contain a comment implying that it is not
safe to "ever" finalize python "in the COM world".
3. What happened to the pycom-dev archive? pythonpros.com, which all the
links to it I can find point to, appears to be a sedo parking thing.


Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20130110/947a7568/attachment.html>


More information about the python-win32 mailing list