This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients lukasz.langa, martin.panter, python-dev, vstinner, yselivanov
Date 2016-09-09.07:02:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473404529.56.0.419761102059.issue28003@psf.upfronthosting.co.za>
In-reply-to
Content
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’)
History
Date User Action Args
2016-09-09 07:02:09martin.pantersetrecipients: + martin.panter, vstinner, lukasz.langa, python-dev, yselivanov
2016-09-09 07:02:09martin.pantersetmessageid: <1473404529.56.0.419761102059.issue28003@psf.upfronthosting.co.za>
2016-09-09 07:02:09martin.panterlinkissue28003 messages
2016-09-09 07:02:09martin.pantercreate