]> granicus.if.org Git - python/commit
weakref.ReferenceError becomes a built-in exception now that weak ref objects
authorFred Drake <fdrake@acm.org>
Fri, 5 Oct 2001 21:50:08 +0000 (21:50 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 5 Oct 2001 21:50:08 +0000 (21:50 +0000)
commitbb9fa21cfe7a8343698ce5e26e845b4e0c877d6a
tree9229be0a614d194fa49a58acdaf9cdee29e47778
parent39c785108f1acddb70930edf023825f935aa640e
weakref.ReferenceError becomes a built-in exception now that weak ref objects
are moving into the core; with these changes, it will be possible for the
exception to be raised without the weakref module ever being imported.
Include/pyerrors.h
Python/exceptions.c