[Python-Dev] Exception masking/chaining

Phillip J. Eby pje@telecommunity.com
Thu, 12 Jun 2003 14:21:21 -0400


At 02:22 PM 6/12/03 -0400, Guido van Rossum wrote:

>OK, so it worked.  It doesn't work in 2.3.  But something else might
>work.

My question was whether it would work with a *C* subclass of 
ModuleType.  In which case, presumably C code could set the type after 
initializing the sys module.