]> granicus.if.org Git - python/commit
Issue #27128: Cleanup slot_nb_bool()
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 19 Aug 2016 16:26:05 +0000 (18:26 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 19 Aug 2016 16:26:05 +0000 (18:26 +0200)
commita12eec48b6b30d446bd1a9461bb5b948c9d167fe
tree6a37711b3bf2d5d6a9a7c2ef4988af1c16854960
parent5e87749a8eec95e277c0d1ec5f40467cefcb9957
Issue #27128: Cleanup slot_nb_bool()

Use an error label to reduce the level of indentation.
Objects/typeobject.c