Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb74918

Browse files
committed
kill capsule names that we don't need anymore
1 parent f7c1321 commit eb74918

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Python/getargs.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,6 @@ _PyArg_VaParse_SizeT(PyObject *args, char *format, va_list va)
140140

141141
/* Handle cleanup of allocated memory in case of exception */
142142

143-
#define GETARGS_CAPSULE_NAME_CLEANUP_PTR "getargs.cleanup_ptr"
144-
#define GETARGS_CAPSULE_NAME_CLEANUP_BUFFER "getargs.cleanup_buffer"
145-
#define GETARGS_CAPSULE_NAME_CLEANUP_CONVERT "getargs.cleanup_convert"
146-
147143
static int
148144
cleanup_ptr(PyObject *self, void *ptr)
149145
{

0 commit comments

Comments
 (0)