]> granicus.if.org Git - python/commit
The Tcl_Obj patch discussed on the patches list.
authorGuido van Rossum <guido@python.org>
Wed, 29 Mar 2000 00:19:50 +0000 (00:19 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 29 Mar 2000 00:19:50 +0000 (00:19 +0000)
commit632de2702183468721ef98e2a2ded249baa663b3
tree6b75a50903b0765607279a6f057704250658b6b9
parente4fb958fc2b56376f28dcd8eb776e6ba46416fcb
The Tcl_Obj patch discussed on the patches list.

This was originally submitted by Martin von Loewis as part of his
Unicode patch; all I did was add special cases for Python int and
float objects and rearrange the object type tests somewhat to speed up
the common cases (string, int, float, tuple, unicode, object).
Modules/_tkinter.c