jwilk / python-afl

American Fuzzy Lop fork server and instrumentation for pure-Python code
https://jwilk.net/software/python-afl
MIT License
350 stars 33 forks source link

DeprecationWarning: distutils Version classes are deprecated. #28

Open jwilk opened 1 year ago

jwilk commented 1 year ago
$ python3 setup.py build
…/python-afl/setup.py:109: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
  cython_version = distutils.version.LooseVersion(cython_version)
⋮