Staging
v0.5.1
https://github.com/python/cpython
Revision 55dd2b41e0295526e5a91c37231de00af6fd29d8 authored by Neal Norwitz on 28 March 2006, 06:05:21 UTC, committed by Neal Norwitz on 28 March 2006, 06:05:21 UTC
Backport 42973 (lots of whitespace changes intermixed):

 - Reindent a confusingly indented piece of code (no intended code changes
    there)
 - Add missing DECREFs of inner-scope 'temp' variable
 - Add various missing DECREFs by changing 'return NULL' into 'goto onError'
 - Avoid double DECREF when last _PyUnicode_Resize() fails

Coverity found one of the missing DECREFs, but oddly enough not the others.
1 parent adbd28f
History
Tip revision: 55dd2b41e0295526e5a91c37231de00af6fd29d8 authored by Neal Norwitz on 28 March 2006, 06:05:21 UTC
Fix the refleak from test_unicode.
Tip revision: 55dd2b4
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.hgtags -rw-r--r-- 3.0 KB
LICENSE -rw-r--r-- 13.2 KB
Makefile.pre.in -rw-r--r-- 31.8 KB
README -rw-r--r-- 49.6 KB
aclocal.m4 -rw-r--r-- 2.1 KB
configure -rwxr-xr-x 582.9 KB
configure.in -rw-r--r-- 87.0 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 23.8 KB
setup.py -rw-r--r-- 52.9 KB

README

back to top