]> granicus.if.org Git - python/commit
bpo-35415: validate fileno argument to socket.socket (GH-10917)
authorDima Tisnek <dimaqq@gmail.com>
Mon, 17 Dec 2018 13:07:55 +0000 (22:07 +0900)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 17 Dec 2018 13:07:55 +0000 (05:07 -0800)
commite991270363435da12049ecfe70bb69bd9c14b535
tree538e8f22e498cee250e54230e304ae11668cfab0
parent05c1b387f1cad3d3d005bb98ad42b1e31eb9e379
bpo-35415: validate fileno argument to socket.socket (GH-10917)

https://bugs.python.org/issue35415
Lib/test/test_socket.py
Misc/NEWS.d/next/Library/2018-12-06-14-44-21.bpo-35415.-HoK3d.rst [new file with mode: 0644]
Modules/socketmodule.c