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 sjoerd
Recipients
Date 2001-04-20.09:42:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I get a whole bunch of compiler warnings when compiling 
the stock Python-2.1 on SGI IRIX 6.5.11m.  These 
warnings are innocuous, but I feel that many of them 
should be fixed anyway.  I particularly dislike code 
where a goto or return is immediately followed by 
break.  There is just *no way* the flow of control can 
get to that break and I feel that it betrays 
uncertainty in the programmer.
History
Date User Action Args
2007-08-23 13:53:59adminlinkissue417587 messages
2007-08-23 13:53:59admincreate