Staging
v0.5.1
https://github.com/python/cpython
Revision 2834b974b6a085ee447a060ab0c12b3955b2f695 authored by Guido van Rossum on 06 October 2000, 16:58:26 UTC, committed by Guido van Rossum on 06 October 2000, 16:58:26 UTC
http://sourceforge.net/bugs/?func=detailbug&bug_id=113803&group_id=5470

Add Unicode support and error handling to AsString().  Both AsString()
and Merge() now return NULL and set a proper Python exception
condition when an error happens; Merge() and other callers of
AsString() check for errors from AsString().  Also fixed cleanup in
Merge() and Tkapp_Call() return cleanup code; the fv array was not
necessarily completely initialized, causing calls to ckfree() with
garbage arguments!

(Also reindented some lines that were longer than 80 chars and
reformatted some code that used an alien coding standard.)
1 parent 4764913
History
Tip revision: 2834b974b6a085ee447a060ab0c12b3955b2f695 authored by Guido van Rossum on 06 October 2000, 16:58:26 UTC
[ Bug #113803 ] [2.0b1 NT4.0] printing non asci char causes idle to abort
Tip revision: 2834b97
File Mode Size
BeOS
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.cvsignore -rw-r--r-- 79 bytes
.hgtags -rw-r--r-- 1.6 KB
LICENSE -rw-r--r-- 4.9 KB
Makefile.in -rw-r--r-- 17.5 KB
README -rw-r--r-- 35.1 KB
acconfig.h -rw-r--r-- 5.5 KB
config.h.in -rw-r--r-- 16.1 KB
configure -rwxr-xr-x 167.6 KB
configure.in -rw-r--r-- 34.0 KB
install-sh -rwxr-xr-x 2.2 KB

README

back to top