[issue20560] tkFileFilter.c: ostypeCount not initialized?

2014-06-27 Thread Zachary Ware
Zachary Ware added the comment: I'm going to go ahead and close this, since it should be fixed. Terry, if you do find that this is still an issue, please reopen. -- resolution: - fixed stage: needs patch - resolved status: pending - closed ___

[issue20560] tkFileFilter.c: ostypeCount not initialized?

2014-06-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: The problem is gone after re-running external.bat -- and manually copying the dlls into pcbuild. It there an open issue to fix the undocumented need to copy? -- ___ Python tracker rep...@bugs.python.org

[issue20560] tkFileFilter.c: ostypeCount not initialized?

2014-06-27 Thread Zachary Ware
Zachary Ware added the comment: Is there an open issue to fix the undocumented need to copy? I don't think so. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20560 ___

[issue20560] tkFileFilter.c: ostypeCount not initialized?

2014-05-13 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- status: open - pending ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20560 ___ ___

[issue20560] tkFileFilter.c: ostypeCount not initialized?

2014-04-22 Thread Zachary Ware
Zachary Ware added the comment: Terry, could you try this again with a fresh build of Tcl/Tk 8.5.15? Update your 2.7 to 2b8d9276ad5b or beyond and run Tools/buildbot/external.bat again, it should take care of it. -- nosy: +zach.ware ___ Python

[issue20560] tkFileFilter.c: ostypeCount not initialized?

2014-02-08 Thread Terry J. Reedy
New submission from Terry J. Reedy: Fresh Win7 VC express debug build (F7), 2.7 only: fairly recent (last 3 months?) regression. In debug console, import idlelib.idle. Try to Open a file. Get message that ostypeCount is used before initialized. If open python_d with F5 in VC, [break] takes

[issue20560] tkFileFilter.c: ostypeCount not initialized?

2014-02-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: If I start the 2.7 console directly instead of under the debugger, I can ignore the message and open a file and everything *seems* normal. Most users would be less comfortable doing that, but I presume the message would not appear in a release build.

[issue20560] tkFileFilter.c: ostypeCount not initialized?

2014-02-08 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: What Tk version do you use? This bug was fixed 5 years ago. http://core.tcl.tk/tk/info/01ac8739ab148160b39d604439cdab1f4ebe4b0f -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20560

[issue20560] tkFileFilter.c: ostypeCount not initialized?

2014-02-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: As I may have mentioned before, I *now* use the 'standard' one for Windows for each version of Python, as fetched by Tools/buildbots/external.bat. For 2.7 this is 8.5.2. The reason I just noticed about a month ago is that I previously ran all repository

[issue20560] tkFileFilter.c: ostypeCount not initialized?

2014-02-08 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: May be we should update Tcl/Tk on buildbots (issue20565). -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20560 ___