oops, there's a typo in that test script I posted
it should be
b = loadIt('test.pickle')
instead of
> > > This script segfaults
> > > ====================================
> > > # ... same imports and func defs as above
> > > b = loadIt()
> > > print b
> > >
> > > ====================================