pygit2
pygit2 copied to clipboard
Can pygit2 Repository object be pickled?
I am trying offload a couple of tasks to a task queue (redis task queue) and needs to pickle it, what am I missing. I am new to python pickling.
Error raised - >> TypeError: cannot pickle 'Repository' object