This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients serhiy.storchaka, terry.reedy
Date 2014-02-08.10:14:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391854471.94.0.0196154123534.issue20560@psf.upfronthosting.co.za>
In-reply-to
Content
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; i<ostypeCount; i++) {
should have been executed first.
History
Date User Action Args
2014-02-08 10:14:31terry.reedysetrecipients: + terry.reedy, serhiy.storchaka
2014-02-08 10:14:31terry.reedysetmessageid: <1391854471.94.0.0196154123534.issue20560@psf.upfronthosting.co.za>
2014-02-08 10:14:31terry.reedylinkissue20560 messages
2014-02-08 10:14:31terry.reedycreate