]> granicus.if.org Git - python/commit
Cast the arguments to PyString_AsStringAndSize() to silence compiler warnings
authorBrett Cannon <bcannon@gmail.com>
Tue, 18 Mar 2008 16:47:51 +0000 (16:47 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 18 Mar 2008 16:47:51 +0000 (16:47 +0000)
commitc81d3dc8535a4a4a608e3b0a9da5079bfe80cf54
tree2adb2bc38802cd963deb1173344ef6ac42319aa7
parented427e7be974bc89b232e6c3b4afe3e6ba54563b
Cast the arguments to PyString_AsStringAndSize() to silence compiler warnings
on OS X.
Modules/dbmmodule.c