Re: Would this be called a bug in inspect ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gabriel Genellina

    Re: Would this be called a bug in inspect ?

    En Tue, 30 Sep 2008 14:57:55 -0300, Stef Mientki <stef.mientki@g mail.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

Working...