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 hagen
Recipients hagen
Date 2009-06-28.03:25:39
SpamBayes Score 0.0006431016
Marked as misclassified No
Message-id <1246159541.88.0.944376557705.issue6351@psf.upfronthosting.co.za>
In-reply-to
Content
My gcc complains that the variables x and y might be used uninitialized
in the function PyCurses_getsyx in Modules/_cursesmodule.c. This is
because the macro getsyx of curses.h apparently only sets x and y if
newscr is not NULL. There seems to have been a related discussion last year:

http://mail.python.org/pipermail/python-dev/2008-March/077496.html
History
Date User Action Args
2009-06-28 03:25:41hagensetrecipients: + hagen
2009-06-28 03:25:41hagensetmessageid: <1246159541.88.0.944376557705.issue6351@psf.upfronthosting.co.za>
2009-06-28 03:25:39hagenlinkissue6351 messages
2009-06-28 03:25:39hagencreate