• Marius Wachtler's avatar
    add the cPickle module · f354f1c4
    Marius Wachtler authored
    the module is much faster than the python implementation
    But I had to change the code a little bit because of our GC and more importantly because some of our types have different names etc...
    I also noticed that we failed to to set capifunc.__module__ in a lot of cases which made pickle error
    f354f1c4
test_pickle.py 2.3 KB