diff options
author | Gregory P. Smith <greg@krypto.org> | 2017-01-17 16:54:56 -0800 |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2017-01-17 16:54:56 -0800 |
commit | 8128d5a491fdacd40b4cc0dcf54ef8c61f264fb8 (patch) | |
tree | ed4a43b247435d46529533f5ba8bc3a603d23f1c /Tools/gdb/libpython.py | |
parent | aeaf29460889cca7258c19dc942a04294abc3353 (diff) | |
download | cpython-git-8128d5a491fdacd40b4cc0dcf54ef8c61f264fb8.tar.gz |
Address a minor Coverity warning re: unchecked PyArg_ParseTuple calls
in socket.sendto(). A PyErr_Occurred() check was happening later, but
it is better to just use the return value and not call PyErr_Occurred().
Diffstat (limited to 'Tools/gdb/libpython.py')
0 files changed, 0 insertions, 0 deletions