]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Replace Py_BuildValue with PyTuple_Pack because it is faster.
authorThomas Heller <theller@ctypes.org>
Thu, 24 Jan 2008 18:54:12 +0000 (18:54 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 24 Jan 2008 18:54:12 +0000 (18:54 +0000)
commit71dba4ccee4d90c7dfb970ab77fcba113c9aec5c
treef7363261e3449bc32fc59e3459605a246e82c98a
parente4c03e4520cdf0959cb2b0e0cc289cb1e3a0ceb4
Replace Py_BuildValue with PyTuple_Pack because it is faster.
Also add a missing DECREF.
Modules/_ctypes/_ctypes.c