]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove unnecessary intialization for the case of weakly-referencable objects;
authorFred Drake <fdrake@acm.org>
Thu, 3 May 2001 19:44:50 +0000 (19:44 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 3 May 2001 19:44:50 +0000 (19:44 +0000)
commitba40ec42c80645ab18ba5603975cfe5146cf025d
tree042a9a916689fba81bd8780a5862497c7baa7fff
parent9b03e59deb49750c7b095fdc6c4e62391e42b50d
Remove unnecessary intialization for the case of weakly-referencable objects;
the code necessary to accomplish this is simpler and faster if confined to
the object implementations, so we only do this there.

This causes no behaviorial changes beyond a (very slight) speedup.
Objects/object.c