Would this be called a bug in inspect ?

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Tue Sep 30 15:28:11 EDT 2008


En Tue, 30 Sep 2008 14:57:55 -0300, Stef Mientki <stef.mientki at gmail.com>  
escribió:

> I'm not familiar with inspect,
> but I get an error (see below) in
>  getmembers ( wx )
>
> Of course this is bug in  wx .

Yes.

> But would you also call this a bug in inspect ?
> (inspect crashes and doesn't continue with th rest of the code, nor it  
> returns the already gathered data)

getmembers works fine; try m=getmembers(wx) and see.
It fails when you attemp to print (or pprint) the returned list.

-- 
Gabriel Genellina




More information about the Python-list mailing list