mirror of
https://github.com/python/cpython.git
synced 2025-10-28 17:13:08 +00:00
kill capsule names that we don't need anymore
This commit is contained in:
parent
f7c132158d
commit
eb74918685
1 changed files with 0 additions and 4 deletions
|
|
@ -140,10 +140,6 @@ _PyArg_VaParse_SizeT(PyObject *args, char *format, va_list va)
|
||||||
|
|
||||||
/* Handle cleanup of allocated memory in case of exception */
|
/* 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
|
static int
|
||||||
cleanup_ptr(PyObject *self, void *ptr)
|
cleanup_ptr(PyObject *self, void *ptr)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue