diff options
author | Dima Tisnek <dimaqq@gmail.com> | 2018-12-17 13:07:55 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-12-17 13:07:55 (GMT) |
commit | e991270363435da12049ecfe70bb69bd9c14b535 (patch) | |
tree | 538e8f22e498cee250e54230e304ae11668cfab0 /Misc | |
parent | 05c1b387f1cad3d3d005bb98ad42b1e31eb9e379 (diff) | |
download | cpython-e991270363435da12049ecfe70bb69bd9c14b535.zip cpython-e991270363435da12049ecfe70bb69bd9c14b535.tar.gz cpython-e991270363435da12049ecfe70bb69bd9c14b535.tar.bz2 |
bpo-35415: validate fileno argument to socket.socket (GH-10917)
https://bugs.python.org/issue35415
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-12-06-14-44-21.bpo-35415.-HoK3d.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-12-06-14-44-21.bpo-35415.-HoK3d.rst b/Misc/NEWS.d/next/Library/2018-12-06-14-44-21.bpo-35415.-HoK3d.rst new file mode 100644 index 0000000..ab053df --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-12-06-14-44-21.bpo-35415.-HoK3d.rst @@ -0,0 +1 @@ +Validate fileno= argument to socket.socket(). |