ParallelSSH / ssh2-python

Python bindings for libssh2 C library.
https://parallel-ssh.org
GNU Lesser General Public License v2.1
228 stars 70 forks source link

Make it work with Python 3.10 #156

Closed enaydanov closed 2 years ago

enaydanov commented 2 years ago

Compile *.c files with Cython 0.29.24 to fix problem with Python 3.10.0 (_PyGen_Send error)

See https://github.com/cython/cython/pull/3921

pkittenis commented 2 years ago

Done at #158, thanks.