This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nnorwitz
Recipients MrJean1, gvanrossum, nnorwitz
Date 2007-10-27.00:01:32
SpamBayes Score 0.028946368
Marked as misclassified No
Message-id <ee2a432c0710261701u504f434bh6d4a7012ab846867@mail.gmail.com>
In-reply-to <1193442907.82.0.525095529989.issue1329@psf.upfronthosting.co.za>
Content
I suggest you configure --with-pydebug.  That will disable
optimization, enable debugging symbols and will make it easier to
develop.  Note that a debug version runs much slower due to asserts()
and other internal changes.  Otherwise, it should work the same.

On Oct 26, 2007 4:55 PM, Jean Brouwers <report@bugs.python.org> wrote:
>
> Jean Brouwers added the comment:
>
> This is quite bizarre and difficult to reproduce.  With gdb, 3.0a1 does
> get to the very end of Py_Finalize, but without gdb it doesn't.
>
> Also, the call to static function  call_all_exitfuncs is inlined, its
> while loop is shown inside Py_Finalize on MacOS X.  On Linux that is not
> visible, probably due to differences in gcc/gdb, 4.0.1 or MacOS X and
> 3.4.6 on Linux.
>
>
> __________________________________
> Tracker <report@bugs.python.org>
> <http://bugs.python.org/issue1329>
> __________________________________
>
History
Date User Action Args
2007-10-27 00:01:32nnorwitzsetspambayes_score: 0.0289464 -> 0.028946368
recipients: + nnorwitz, gvanrossum, MrJean1
2007-10-27 00:01:32nnorwitzlinkissue1329 messages
2007-10-27 00:01:32nnorwitzcreate