cpython/Doc/extending
Siddhesh Poyarekar 55edd0c185 bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
METH_NOARGS functions need only a single argument but they are cast
into a PyCFunction, which takes two arguments.  This triggers an
invalid function cast warning in gcc8 due to the argument mismatch.
Fix this by adding a dummy unused argument.
2018-04-29 21:59:33 +03:00
..
building.rst Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 2016-07-26 11:18:21 +02:00
embedding.rst Improve highlighting of some code blocks. (GH-6401) 2018-04-08 19:18:04 +03:00
extending.rst Improve highlighting of some code blocks. (GH-6401) 2018-04-08 19:18:04 +03:00
index.rst bpo-33201: Modernize "Extension types" doc (GH-6337) 2018-04-07 18:14:03 +02:00
newtypes.rst bpo-33201: Modernize "Extension types" doc (GH-6337) 2018-04-07 18:14:03 +02:00
newtypes_tutorial.rst bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 2018-04-29 21:59:33 +03:00
windows.rst Issue #25022: Add NEWS, fix docs to not mention the old example. 2015-09-10 15:50:58 -05:00