mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Fix GCC warning in _asynciomodule.c (#4928)
This commit is contained in:
parent
c5ae169e1b
commit
e40ad79653
1 changed files with 1 additions and 1 deletions
|
@ -3023,7 +3023,7 @@ _asyncio__leave_task_impl(PyObject *module, PyObject *loop, PyObject *task)
|
|||
|
||||
|
||||
static void
|
||||
module_free_freelists()
|
||||
module_free_freelists(void)
|
||||
{
|
||||
PyObject *next;
|
||||
PyObject *current;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue