Closed opoplawski closed 3 years ago
Aha, good catch! I'll push a fix and release tomorrow. Thanks!
This error is safe to ignore if you care to proceed. It just means that the new builtin function anext
can't get a signature object from the inspect
module, so toolz.curry(anext)
may not be able to work perfectly (but there's no reason to do this anyway). Our fix will be to add our own signatures for this object.
Fixed. Would you like a release, or do you work from source?
Thanks for the quick fix. For the moment, it's just good to know there is a fix out there. I'm not sure when python 3.10 will actually get pushed to Fedora Rawhide. So, a release soon would be nice, but if you want to hold off for a bit I can always grab a git snapshot if needed.
Btw, @opoplawski, you may be interested to learn that by raising this issue, you helped update CPython: https://github.com/python/cpython/pull/25551
So, thanks again!
Fedora is looking to move to python 3.10. toolz 0.11.1 through latest master yields: