]> granicus.if.org Git - python/commit
Replace Py_BuildValue("OO") by PyTuple_Pack.
authorGeorg Brandl <georg@python.org>
Fri, 26 May 2006 20:04:44 +0000 (20:04 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 26 May 2006 20:04:44 +0000 (20:04 +0000)
commit7784f12d745e5f0d2e4c9e98c792f026897325ea
tree9945840040eee759972df75935ff6a84d4ceb308
parent07bbfc6a51578ac0acd8be5ccf2387299d1814f5
Replace Py_BuildValue("OO") by PyTuple_Pack.
Modules/_ctypes/_ctypes.c
Python/ast.c
Python/compile.c