[issue19422] Neither DTLS nor error for SSLSocket.sendto() of UDP socket

Vajrasky Kok report at bugs.python.org
Mon Nov 4 09:34:11 CET 2013


Vajrasky Kok added the comment:

Attached the patch to raise error when using sock dgram in wrap_socket.

I am still unsure whether I should put the validation in C code (private function _wrap_socket) or not.

----------
keywords: +patch
nosy: +vajrasky
Added file: http://bugs.python.org/file32489/raises_error_on_wrap_socket_with_sock_dgram.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19422>
_______________________________________


More information about the Python-bugs-list mailing list