]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (GH-3752)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 12 Sep 2018 19:46:30 +0000 (12:46 -0700)
committerGitHub <noreply@github.com>
Wed, 12 Sep 2018 19:46:30 +0000 (12:46 -0700)
commit329ea4ef7cc3a907a64c6f0702fc93206b6744de
tree300bb0c3aa68ad260538ffe98528f69eefba2857
parent72c34cf6dd5fb206fe4d407ff603468af466fd2e
bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (GH-3752)

(cherry picked from commit 0bd1a2dcfdf36b181385ae61361e7692f4ebb0fd)

Co-authored-by: Oren Milman <orenmn@gmail.com>
Lib/test/test_os.py
Misc/NEWS.d/next/Core and Builtins/2017-09-25-20-36-24.bpo-31577.jgYsSA.rst [new file with mode: 0644]
Modules/posixmodule.c