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 benjamin.peterson
Recipients benjamin.peterson, ezio.melotti, georg.brandl, loewis, pitrou, vstinner
Date 2012-05-02.15:43:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335973411.85.0.52692160216.issue14656@psf.upfronthosting.co.za>
In-reply-to
Content
It does not avoid any warning because we have the "assert(0); return X" pattern. I was just attempting to provide a standard way of marking unreachable code.
History
Date User Action Args
2012-05-02 15:43:31benjamin.petersonsetrecipients: + benjamin.peterson, loewis, georg.brandl, pitrou, vstinner, ezio.melotti
2012-05-02 15:43:31benjamin.petersonsetmessageid: <1335973411.85.0.52692160216.issue14656@psf.upfronthosting.co.za>
2012-05-02 15:43:31benjamin.petersonlinkissue14656 messages
2012-05-02 15:43:31benjamin.petersoncreate