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 serhiy.storchaka
Recipients serhiy.storchaka, terry.reedy, vstinner
Date 2012-06-23.08:13:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340439177.2747.106.camel@raxxla>
In-reply-to <1340430374.33.0.0138737283291.issue15092@psf.upfronthosting.co.za>
Content
> Since assert(0) always fails, return can never happen (and was not added above. So I would think remove it.

This will cause a compiler warning in non-debug mode.

Here is updated patch with all other comments taken into account.
Files
File name Uploaded
enum_PyUnicode_Kind-2.patch serhiy.storchaka, 2012-06-23.08:13:18
History
Date User Action Args
2012-06-23 08:13:43serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, vstinner
2012-06-23 08:13:42serhiy.storchakalinkissue15092 messages
2012-06-23 08:13:41serhiy.storchakacreate