Staging
v0.5.1
https://github.com/python/cpython
Revision 43efb9a1afe553b6c215fbad6225474ef924c4bc authored by Michael W. Hudson on 11 March 2002, 10:12:58 UTC, committed by Michael W. Hudson on 11 March 2002, 10:12:58 UTC
backport jhylton's checkin of
    revision 2.98 of abstract.c

Fix leak of NotImplemented in previous checkin to PyNumber_Add().

If result == Py_NotImplemented, always DECREF it before assigning a
new value to result.
1 parent 244ca00
History
Tip revision: 43efb9a1afe553b6c215fbad6225474ef924c4bc authored by Michael W. Hudson on 11 March 2002, 10:12:58 UTC
Probably should have merged the two checkins to this file (oh well).
Tip revision: 43efb9a
File Mode Size
Modules
Python
support
Makefile -rw-r--r-- 13.9 KB
README -rw-r--r-- 1.2 KB
pyconfig.h -rw-r--r-- 18.8 KB
sleep.c -rw-r--r-- 857 bytes
unixstuff.c -rw-r--r-- 1.7 KB
unixstuff.h -rw-r--r-- 318 bytes

README

back to top