]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport to 2.2.x:
authorGuido van Rossum <guido@python.org>
Mon, 3 Jun 2002 19:54:10 +0000 (19:54 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 3 Jun 2002 19:54:10 +0000 (19:54 +0000)
commit5991f6522a83ef331390c22a6d5a802a16abbb4c
tree950762b9eb6850605ed5e228944d83956704275e
parentaf750a7c9a8416837ee23dbc42a71d797b740639
Backport to 2.2.x:

Address the residual issue with the fix for SF 551412 in
_PyType_Lookup().  Decided to clear the error condition in the
unfortunate but unlikely case that PyType_Ready() fails.
Objects/typeobject.c