]> granicus.if.org Git - python/commit
Fix compiler warning on Windows 64-bit: asdl_seq_SET() stores the index parameter
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 15 Nov 2013 23:16:58 +0000 (00:16 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 15 Nov 2013 23:16:58 +0000 (00:16 +0100)
commit042cb465f667652df23c2e9d9ba347efeebba5a8
tree9fcd022cb3d486b8d4e325c68489f6e5e256cb77
parentda062558db08e8374fa0880bf93f16896da0720e
Fix compiler warning on Windows 64-bit: asdl_seq_SET() stores the index parameter
into a Py_ssize_t, instead of an int
Include/asdl.h