There's apparently a bug in core.py, in new_from_cbs method, in the line
pygpgme.pygpgme_data_new_from_cbs(tmp, hookdata, self.last_readcb)
which should be
pygpgme.gpgme_data_new_from_cbs(tmp, hookdata, self.last_readcb)
Log in to post a comment.