Message275270
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’) |
|
| Date |
User |
Action |
Args |
| 2016-09-09 07:02:09 | martin.panter | set | recipients:
+ martin.panter, vstinner, lukasz.langa, python-dev, yselivanov |
| 2016-09-09 07:02:09 | martin.panter | set | messageid: <[email protected]> |
| 2016-09-09 07:02:09 | martin.panter | link | issue28003 messages |
| 2016-09-09 07:02:09 | martin.panter | create | |
|