libgit2 / pygit2

Python bindings for libgit2
https://www.pygit2.org/
Other
1.61k stars 385 forks source link

Can pygit2 Repository object be pickled? #1182

Open kernelguardian opened 1 year ago

kernelguardian commented 1 year ago

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