diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-12-01 12:53:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-01 12:53:36 (GMT) |
commit | 013832ff964a0b3b59e04a07a33bae65c1c3ae84 (patch) | |
tree | 83e1529472b688fa58402ab89eff2cd8816f260b /Misc/NEWS.d | |
parent | 1e28daf0b58c9c3a08e98b3a3caebb53acf9a617 (diff) | |
download | cpython-013832ff964a0b3b59e04a07a33bae65c1c3ae84.zip cpython-013832ff964a0b3b59e04a07a33bae65c1c3ae84.tar.gz cpython-013832ff964a0b3b59e04a07a33bae65c1c3ae84.tar.bz2 |
bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844)
(cherry picked from commit 32bc11c33cf5ccea165b5f4ac3799f02fdf9c76a)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-12-01-13-44-12.bpo-35371.fTAwlX.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-12-01-13-44-12.bpo-35371.fTAwlX.rst b/Misc/NEWS.d/next/Library/2018-12-01-13-44-12.bpo-35371.fTAwlX.rst new file mode 100644 index 0000000..f40d139 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-12-01-13-44-12.bpo-35371.fTAwlX.rst @@ -0,0 +1,2 @@ +Fixed possible crash in ``os.utime()`` on Windows when pass incorrect +arguments. |