0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
cpython/PC/bdist_wininst
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
..
archive.h
bdist_wininst.vcxproj
bdist_wininst.vcxproj.filters
build.bat
extract.c
install.c
install.rc
PythonPowered.bmp
README.txt
resource.h

XXX Write description
XXX Dont't forget to mention upx

XXX Add pointer to this file into PC/README.txt