]> granicus.if.org Git - python/commit
Issue #19437: Fix fill_and_set_sslerror() of _ssl, handle Py_BuildValue()
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 31 Oct 2013 14:00:24 +0000 (15:00 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 31 Oct 2013 14:00:24 +0000 (15:00 +0100)
commitba9be477b0098eefeae2dd36e9261434d83bfb57
tree95d883b8116c04ecfc423dbb98002d304a961ab2
parentae233eab5cc9a932a80063003602fd0a62e4be05
Issue #19437: Fix fill_and_set_sslerror() of _ssl, handle Py_BuildValue()
failure

Don't call PyObject_CallObject() with NULL parameters and an exception set.
Modules/_ssl.c