]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add a proper implementation for the tp_str slot (returning self, of
authorGuido van Rossum <guido@python.org>
Tue, 1 May 2001 16:51:53 +0000 (16:51 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 1 May 2001 16:51:53 +0000 (16:51 +0000)
commit189f1df3018885335bc9e719a96e891e3812ce1a
tree521ebb6d80e8319b76ebc52a4958a0301a2e5c1d
parent09e563abb450ab9978c9fd7589a8c88e12c60c21
Add a proper implementation for the tp_str slot (returning self, of
course), so I can get rid of the special case for strings in
PyObject_Str().
Objects/stringobject.c