[Python-checkins] cpython: kill capsule names that we don't need anymore

benjamin.peterson python-checkins at python.org
Fri Mar 16 18:24:29 CET 2012


http://hg.python.org/cpython/rev/55564dea55e5
changeset:   75748:55564dea55e5
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri Mar 16 12:24:01 2012 -0500
summary:
  kill capsule names that we don't need anymore

files:
  Python/getargs.c |  4 ----
  1 files changed, 0 insertions(+), 4 deletions(-)


diff --git a/Python/getargs.c b/Python/getargs.c
--- a/Python/getargs.c
+++ b/Python/getargs.c
@@ -140,10 +140,6 @@
 
 /* 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)
 {

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list