ionelmc / python-hunter

Hunter is a flexible code tracing toolkit.
https://python-hunter.readthedocs.io/
BSD 2-Clause "Simplified" License
794 stars 46 forks source link

Build fails with Python 3.10.0_rc1 #104

Closed CyberTailor closed 2 years ago

CyberTailor commented 2 years ago

There are lots of has no member named ‘use_tracing’; did you mean ‘tracing’? messages.

Full build log can be found here: https://sysrq.in/tmp/hunter-build.log.gz

ionelmc commented 2 years ago

Try building with the latest commit.

CyberTailor commented 2 years ago

This commit solved the problem