torproject / stem

Python controller library for Tor
https://stem.torproject.org/
GNU Lesser General Public License v3.0
257 stars 75 forks source link

Python 3.9 warning #105

Closed ineiti closed 2 years ago

ineiti commented 2 years ago

When using stem in python 3.9, I get the following warning:

/usr/local/lib/python3.9/site-packages/stem/descriptor/__init__.py:1055: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead

So I guess that would ask for a small rewrite of __init__.py.

atagar commented 2 years ago

Thanks Linus! Merged.