Hello, this snippet causes a segfault on my computer (using Python 2.4.2): >>> import sip >>> sip.SIP_VERSION_STR '4.3.1' >>> class Foo(object): ... __metaclass__ = sip.wrappertype ... >>> hasattr(Foo, "bar") Segmentation fault -- Giovanni Bajo