summaryrefslogtreecommitdiffstats
path: root/Python/getargs.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-03-16 17:24:01 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-03-16 17:24:01 (GMT)
commiteb7491868556277836c7ec2ac04950c1f63f9f5f (patch)
treee7fa2ffe32f3dfc702fdaa6f6b387016effc981d /Python/getargs.c
parentf7c132158d39800681eb4e7b0fdcbb0affd45315 (diff)
downloadcpython-eb7491868556277836c7ec2ac04950c1f63f9f5f.zip
cpython-eb7491868556277836c7ec2ac04950c1f63f9f5f.tar.gz
cpython-eb7491868556277836c7ec2ac04950c1f63f9f5f.tar.bz2
kill capsule names that we don't need anymore
Diffstat (limited to 'Python/getargs.c')
-rw-r--r--Python/getargs.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Python/getargs.c b/Python/getargs.c
index ba677b4..38eec17 100644
--- a/Python/getargs.c
+++ b/Python/getargs.c
@@ -140,10 +140,6 @@ _PyArg_VaParse_SizeT(PyObject *args, char *format, va_list va)
/* Handle cleanup of allocated memory in case of exception */
-#define GETARGS_CAPSULE_NAME_CLEANUP_PTR "getargs.cleanup_ptr"
-#define GETARGS_CAPSULE_NAME_CLEANUP_BUFFER "getargs.cleanup_buffer"
-#define GETARGS_CAPSULE_NAME_CLEANUP_CONVERT "getargs.cleanup_convert"
-
static int
cleanup_ptr(PyObject *self, void *ptr)
{