Bugs item #1220756, was opened at 2005-06-14 17:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1220756&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Threads Group: Python 2.4 Status: Open Resolution: None Priority: 5 Submitted By: Jay T Miller (jaytmiller) Assigned to: Nobody/Anonymous (nobody) Summary: Re-importing embedded thread dumps core Initial Comment: I noticed the following while working on an "embedding numarray" problem: [EMAIL PROTECTED] Python-2.4.1]$ Python-2.4.1/Demo/embed/loop 'from thread import *' 10 [6675 refs] [7009 refs] [7320 refs] [7631 refs] [7942 refs] [8253 refs] loop: Objects/typeobject.c:2104: type_dealloc: Assertion `type->tp_flags & (1L<<9)' failed. Abort (core dumped) The tp_flags bit in question is: #define Py_TPFLAGS_HEAPTYPE (1L<<9) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1220756&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com