]> granicus.if.org Git - python/commit
Address the residual issue with the fix for SF 551412 in
authorGuido van Rossum <guido@python.org>
Mon, 3 Jun 2002 19:52:41 +0000 (19:52 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 3 Jun 2002 19:52:41 +0000 (19:52 +0000)
commitb65c65b301203b2acb0b8e1b2f45d8b5079ce5fd
treeda810d20fca1a7ae416447213e0f4b4656c66870
parent155a34d2e5d755c47ae9d4de8d6dfd4eae200e46
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.

Will fix in 2.2.x too.
Objects/typeobject.c