]> granicus.if.org Git - python/commit
(Merge 3.4) Issue #22568: Fix compilation of posixmodule.c with Open Watcom:
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 9 Oct 2014 11:53:45 +0000 (13:53 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 9 Oct 2014 11:53:45 +0000 (13:53 +0200)
commit67e2e6d600f243c748678c09f741b6f8938af452
tree1da39623b45b9fc34afab131d3737ac9d8fe5877
parent8786ea36d08670de706507f8639f68f0d3c762f3
parent484df0075ab1082d154e934399c16ba3c80a6ccf
(Merge 3.4) Issue #22568: Fix compilation of posixmodule.c with Open Watcom:
rename "utime" variable to "ut" to avoid conflict with the C utime() function.
Patch written by Jeffrey Armstrong.
Modules/posixmodule.c