]> 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:52:04 +0000 (04:52 -0800)
committerGitHub <noreply@github.com>
Sat, 1 Dec 2018 12:52:04 +0000 (04:52 -0800)
commit265b41996aa3f604624a8046d1c314a1aee4b590
tree6b5da9dc43cbf58a693906ac14f03f1ddee17d4e
parent7da9755021a27075f5856c6ffff4c949e790bbee
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