]> granicus.if.org Git - python/commit
bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (GH-3752)
authorOren Milman <orenmn@gmail.com>
Wed, 12 Sep 2018 19:14:35 +0000 (22:14 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 12 Sep 2018 19:14:35 +0000 (22:14 +0300)
commit0bd1a2dcfdf36b181385ae61361e7692f4ebb0fd
tree0adf66fd5134076264070c7cd2777eb310d38ae3
parente5024517811ee990b770fca0ba7058742d00e032
bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (GH-3752)
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