]> granicus.if.org Git - python/commit
socket.sendto(): exit directly after setting the error
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 26 May 2011 12:05:59 +0000 (14:05 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 26 May 2011 12:05:59 +0000 (14:05 +0200)
commit77af1729143a72fe96ba7c85b34ae74b104e0119
tree2940646aaf73c2a271a35139b604bb9d3c453aa2
parent9a2261a3729805ca5e5062c37767df80ced9e5df
socket.sendto(): exit directly after setting the error

Dummy change to avoid a false positive with the Clang Static Analyzer.
Modules/socketmodule.c