Staging
v0.5.1
Revision 32f378b0d925d960c3f72c0fd646c7b1b3237b5f authored by Andrew M. Kuchling on 05 October 2006, 19:38:17 UTC, committed by Andrew M. Kuchling on 05 October 2006, 19:38:17 UTC
PyFunction_SetDefaults() is documented as taking None or a tuple.
A NULL would crash the PyTuple_Check().  Now make NULL return a SystemError.

Reported by Klocwork #73.
1 parent 20cc6be
History
File Mode Size
PythonPowered.bmp -rw-r--r-- 2.5 KB
README.txt -rw-r--r-- 105 bytes
archive.h -rw-r--r-- 2.1 KB
extract.c -rw-r--r-- 7.6 KB
install.c -rw-r--r-- 62.7 KB
install.rc -rw-r--r-- 6.4 KB
resource.h -rw-r--r-- 1.7 KB
wininst-7.1.sln -rw-r--r-- 886 bytes
wininst-7.1.vcproj -rw-r--r-- 5.6 KB
wininst.dsp -rw-r--r-- 4.3 KB
wininst.dsw -rw-r--r-- 508 bytes

README.txt

back to top