Index: Modules/cPickle.c =================================================================== --- Modules/cPickle.c (revision 64448) +++ Modules/cPickle.c (working copy) @@ -2366,6 +2366,7 @@ res = save_string(self, args, 0); goto finally; } + break; #ifdef Py_USING_UNICODE case 'u': @@ -2373,6 +2374,7 @@ res = save_unicode(self, args, 0); goto finally; } + break; #endif }