mirror of
https://github.com/python/cpython.git
synced 2026-05-15 17:08:41 -04:00
55edd0c185
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.
XXX Write description XXX Dont't forget to mention upx XXX Add pointer to this file into PC/README.txt