]> granicus.if.org Git - python/commit
Issue #20284: Fix a compilation warning on Windows
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 26 Jan 2015 15:43:36 +0000 (16:43 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 26 Jan 2015 15:43:36 +0000 (16:43 +0100)
commit5474d0ba19e7fadf98440369216b0b66d6b7e647
treede088b3d531c3254fecca0ab21df79e7cbd4a6c8
parent29dacf2e97314a16db3f2bef492d1c46f39ad656
Issue #20284: Fix a compilation warning on Windows

Explicitly cast the long to char.
Objects/bytesobject.c