>>>>> sturlamolden <[email protected]> (s) wrote: >s> On 5 Aug, 15:40, Jesse Noller <[email protected]> wrote: >>> Sturla; >>> >>> That bug was fixed unless I'm missing something.
>s> It is still in SVN. Change every call to os._exit to sys.exit >s> please. :) Calling os.exit in a child process may be dangerous. It can cause unflushed buffers to be flushed twice: once in the parent and once in the child. -- Piet van Oostrum <[email protected]> URL: http://pietvanoostrum.com [PGP 8DAE142BE17999C4] Private email: [email protected] -- http://mail.python.org/mailman/listinfo/python-list
