]> granicus.if.org Git - python/commit
Extended tuple's C API to include a new function, PyTuple_Pack() that is
authorRaymond Hettinger <python@rcn.com>
Sun, 12 Oct 2003 18:24:34 +0000 (18:24 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 12 Oct 2003 18:24:34 +0000 (18:24 +0000)
commitcb2da43db8943e9e7b1d900bce1d6416339d6f64
tree91873c9ad0b19e9ab7e40f7d0a79db1bbc823df5
parentd662548c728e5e1da15d5594a8b6e751213002f8
Extended tuple's C API to include a new function, PyTuple_Pack() that is
useful for rapidly building argument tuples without having to invoke the
more sophisticated machinery of Py_BuildValue().
Doc/api/concrete.tex
Include/tupleobject.h
Misc/NEWS
Objects/tupleobject.c