[issue43435] Py_BuildValue("y#".... returns incomplete result

David Wood report at bugs.python.org
Tue Mar 9 20:37:50 EST 2021


David Wood <dwoodjunkmail at gmail.com> added the comment:

Attached are the basic files.  As you can see in the example test9.py, I am generating a random string, encrypting it, decrypting it, and comparing the decrypted result with the original value.

This is intended to run on linux and requires the mcrypt library (libmcrypt-dev on debian based distro).  I'm at a loss and any help is greatly appreciated.

----------
Added file: https://bugs.python.org/file49861/crypt.tar.gz

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43435>
_______________________________________


More information about the Python-bugs-list mailing list