> Anyone have any clues about why the exception itself wouldn't be defined or
> should I just file a bug?
This is probably during Python shutdown. Python is in the process of
clearing all module dictionaries, and then some destructor still wants
to find the Fault class.
You should make sure that
On Jan 16, 2010, at 1:23 PM, Martin v. Löwis wrote:
>> Anyone have any clues about why the exception itself wouldn't be defined or
>> should I just file a bug?
>
> This is probably during Python shutdown. Python is in the process of
> clearing all module dictionaries, and then some destructor s
sstein...@gmail.com wrote at 2010-1-15 21:47 -0500:
>This just popped up in a program that has successfully (in this run) made
>thousands of multicall()s.
> ...
>Anyone have any clues about why the exception itself wouldn't be defined or
>should I just file a bug?
> ...
>File
>"/Library/Framewor