Browse Source

Fix GCC warning in _asynciomodule.c (#4928)

pull/4868/merge
Zackery Spytz 9 years ago
committed by Yury Selivanov
parent
commit
e40ad79653
  1. 2
      Modules/_asynciomodule.c

2
Modules/_asynciomodule.c

@ -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…
Cancel
Save