]> 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:45:34 +0000 (19:45 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 3 May 2001 19:45:34 +0000 (19:45 +0000)
commit03d855434dcb913be40b8d8a5823973c37f410ef
tree9a151b688378afae3760d11b2ee31a6b58a16641
parent1541e7869964fb3885cf0e12197380408377fd27
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