]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 1 Dec 2018 12:53:36 +0000 (04:53 -0800)
committerGitHub <noreply@github.com>
Sat, 1 Dec 2018 12:53:36 +0000 (04:53 -0800)
commit013832ff964a0b3b59e04a07a33bae65c1c3ae84
tree83e1529472b688fa58402ab89eff2cd8816f260b
parent1e28daf0b58c9c3a08e98b3a3caebb53acf9a617
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>
Lib/test/test_os.py
Misc/NEWS.d/next/Library/2018-12-01-13-44-12.bpo-35371.fTAwlX.rst [new file with mode: 0644]
Modules/posixmodule.c