]> granicus.if.org Git - python/commit
Issue #19437: Fix _pickle, don't call _Unpickler_SkipConsumed() with an
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 31 Oct 2013 12:39:23 +0000 (13:39 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 31 Oct 2013 12:39:23 +0000 (13:39 +0100)
commit2ae57e3cf8b038d545b67db3c82678e325ac2a41
tree9707339f07dddab4d06b7467a2d0768a05b20e62
parentb43ad1d569db4f5046371865ab9b5eb8f0541efa
Issue #19437: Fix _pickle, don't call _Unpickler_SkipConsumed() with an
exception set
Modules/_pickle.c