[issue28003] PEP 525 asynchronous generators implementation

Martin Panter report at bugs.python.org
Fri Sep 9 03:02:09 EDT 2016


Martin Panter added the comment:

I am getting a new GCC warning:

./Python/sysmodule.c:1425:28: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
     {"set_asyncgen_hooks", sys_set_asyncgen_hooks,
                            ^~~~~~~~~~~~~~~~~~~~~~
./Python/sysmodule.c:1425:28: note: (near initialization for ‘sys_methods[34].ml_meth’)

----------
nosy: +martin.panter

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28003>
_______________________________________


More information about the Python-bugs-list mailing list