mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)
This commit is contained in:
parent
019f0a0cb8
commit
e502451781
13 changed files with 33 additions and 31 deletions
|
@ -2180,7 +2180,7 @@ _PyTrash_thread_destroy_chain(void)
|
|||
/* For Py_LIMITED_API, we need an out-of-line version of _Py_Dealloc.
|
||||
Define this here, so we can undefine the macro. */
|
||||
#undef _Py_Dealloc
|
||||
PyAPI_FUNC(void) _Py_Dealloc(PyObject *);
|
||||
void _Py_Dealloc(PyObject *);
|
||||
void
|
||||
_Py_Dealloc(PyObject *op)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue