Re: [Pythonmac-SIG] IDLE Crashes when Prefs are accessed on Python 3.3 on OSX 10.8.2

2012-10-10 Thread Ned Deily
In article <5076289c.7060...@codebykevin.com>, Kevin Walzer wrote: > The stack trace that I posted earlier, in my own testing, indicates that > the issue may be during the infernal event loop integration between Tk > and Cocoa--there's been a lot of traffic on the Mac-Tcl list about that. > Fo

Re: [Pythonmac-SIG] IDLE Crashes when Prefs are accessed on Python 3.3 on OSX 10.8.2

2012-10-10 Thread Kevin Walzer
On 10/10/12 10:02 PM, Kevin Walzer wrote: I've been stepping through the IDLE source code and it appears IDLE is crashing during the LoadConfigs() call of the config dialog. Still have more investigating to do, but I'm hopeful I can come up with a workaround that will keep things from crashing.

Re: [Pythonmac-SIG] IDLE Crashes when Prefs are accessed on Python 3.3 on OSX 10.8.2

2012-10-10 Thread Kevin Walzer
On 10/10/12 7:38 PM, Ned Deily wrote: Look at the dump file I attached to the Tk issue. It has a complete debug trace through Tk including C line numbers. http://sourceforge.net/tracker/?func=detail&atid=112997&aid=3575664&group _id=12997 I've been stepping through the IDLE source code and it

Re: [Pythonmac-SIG] IDLE Crashes when Prefs are accessed on Python 3.3 on OSX 10.8.2

2012-10-10 Thread Kevin Walzer
On 10/10/12 7:38 PM, Ned Deily wrote: Look at the dump file I attached to the Tk issue. It has a complete debug trace through Tk including C line numbers. My stack trace is completely different, so I'm not sure where to look. -- Kevin Walzer Code by Kevin http://www.codebykevin.com __

Re: [Pythonmac-SIG] IDLE Crashes when Prefs are accessed on Python 3.3 on OSX 10.8.2

2012-10-10 Thread Ned Deily
In article <50760282.1040...@codebykevin.com>, Kevin Walzer wrote: > On 10/10/12 10:19 AM, Ronald Oussoren wrote: > > That odd. IDLE also uses '::tk::mac::ShowPreferences' for the > > configuration dialog. The only difference with your script is that the same > > command is also bound to '<>'

Re: [Pythonmac-SIG] IDLE Crashes when Prefs are accessed on Python 3.3 on OSX 10.8.2

2012-10-10 Thread Kevin Walzer
On 10/10/12 10:19 AM, Ronald Oussoren wrote: That odd. IDLE also uses '::tk::mac::ShowPreferences' for the configuration dialog. The only difference with your script is that the same command is also bound to '<>'. The code for this all is in idlelib.macosxSupport.overrideRootMenu in the stdl

Re: [Pythonmac-SIG] IDLE Crashes when Prefs are accessed on Python 3.3 on OSX 10.8.2

2012-10-10 Thread Ronald Oussoren
On 10 Oct, 2012, at 5:28, Kevin Walzer wrote: > On 10/9/12 5:26 AM, Ned Deily wrote: >> I've done some extensive building and bisecting of Fossil checkins to >> the tk-cocoa-8-5-backport branch and have isolated the regression to a >> particular checkin. I've opened Tk issue 3575664 with the de