]> granicus.if.org Git - python/commit
upcast int to size_t to silence two autological-constant-out-of-range-compare warning...
authorChristian Heimes <christian@cheimes.de>
Wed, 4 Dec 2013 07:42:46 +0000 (08:42 +0100)
committerChristian Heimes <christian@cheimes.de>
Wed, 4 Dec 2013 07:42:46 +0000 (08:42 +0100)
commit724b828e7941ab801769a09b1d494cc4d9ffda3b
treec5e51aec72ad1adb988bc27d86eff27da931e968
parent7a934fb48da03e21a12482d6b3f8bc3835c77b27
upcast int to size_t to silence two autological-constant-out-of-range-compare warnings with clang.
Parser/node.c
Python/compile.c