[ python-Bugs-1637022 ] Python-2.5 segfault with tktreectrl

SourceForge.net noreply at sourceforge.net
Tue Jan 16 19:46:21 CET 2007


Bugs item #1637022, was opened at 2007-01-16 19:46
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=1637022&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: None
Group: AST
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: klappnase (klappnase)
Assigned to: Nobody/Anonymous (nobody)
Summary: Python-2.5 segfault with tktreectrl

Initial Comment:
Python-2.5 segfaults when using the tktreectrl widget.
As Anton Hartl pointed out (see http://groups.google.com/group/comp.lang.python/browse_thread/thread/37536988c8499708/aed1d725d8e84ed8?lnk=raot#aed1d725d8e84ed8) this is because both Python-2.5 and tktreectrl use a global symbol "Ellipsis". Changing "Ellipsis" in ast.c and Python-ast.c into something like "PyAst_Ellipsis" fixes this.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1637022&group_id=5470


More information about the Python-bugs-list mailing list