Skip to content

bpo-33012: Fix invalid function cast warnings with gcc 8 - #6749

Merged
serhiy-storchaka merged 2 commits into
python:masterfrom
serhiy-storchaka:func-cast-warns-no-clinic
Nov 27, 2018
Merged

bpo-33012: Fix invalid function cast warnings with gcc 8#6749
serhiy-storchaka merged 2 commits into
python:masterfrom
serhiy-storchaka:func-cast-warns-no-clinic

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented May 10, 2018

Copy link
Copy Markdown
Member

for method conventions different from METH_NOARGS, METH_O and
METH_VARARGS excluding Argument Clinic generated code.

https://bugs.python.org/issue33012

for method conventions different from METH_NOARGS, METH_O and
METH_VARARGS excluding Argument Clinic generated code.
@serhiy-storchaka
serhiy-storchaka force-pushed the func-cast-warns-no-clinic branch from e24e53f to 3480606 Compare November 27, 2018 11:09
@serhiy-storchaka
serhiy-storchaka merged commit 62be742 into python:master Nov 27, 2018
@serhiy-storchaka
serhiy-storchaka deleted the func-cast-warns-no-clinic branch November 27, 2018 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants