mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
One of the new prototypes was missing the "void" args.
This commit is contained in:
parent
9ace6bc7ef
commit
a90b23c571
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ times.
|
|||
} \
|
||||
|
||||
extern DL_IMPORT(void) _PyTrash_deposit_object(PyObject*);
|
||||
extern DL_IMPORT(void) _PyTrash_destroy_chain();
|
||||
extern DL_IMPORT(void) _PyTrash_destroy_chain(void);
|
||||
|
||||
extern DL_IMPORT(int) _PyTrash_delete_nesting;
|
||||
extern DL_IMPORT(PyObject *) _PyTrash_delete_later;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue