[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

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20560
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
http://bugs.python.org/issue20560
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 tracker rep...@bugs.python.org
http://bugs.python.org/issue20560
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 me to VS debugger, which points to line 341 in tkFileFilter.c (where is 
that in the directory tree?).
if (ostypeCount  0  ostypeList != NULL) {
I am slightly puzzled because it appears that line 234
for (i=0; iostypeCount; i++) {
should have been executed first.

--
messages: 210608
nosy: serhiy.storchaka, terry.reedy
priority: high
severity: normal
stage: needs patch
status: open
title: tkFileFilter.c: ostypeCount not initialized?
type: behavior
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20560
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20560
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 builds with one version of tcl/tk, the latest -- 
and had no problems. When 3.4 switched to 8.6.0, I wanted to use that for the 
repository build also, but my impression is that 2.7 and 3.3 cannot run with 
8.6. So I put each Python branch clone in a separate directory instead of 
side-by-side in one directory as recommended in the developer guide. (This is a 
nuisance.) I do not really understand why Windows users of 2.7 as saddled with 
such an old release of tcl/tk.

If there is nothing to be done about this, we can close it.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20560
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com