add itertools support in python >= 3.14
Opened this issue · 0 comments
mmckerns commented
python removed reduce and setstate methods from itertools objects in python 3.14.0a1. Add support for these objects, as they were supported previously.
Opened this issue · 0 comments
python removed reduce and setstate methods from itertools objects in python 3.14.0a1. Add support for these objects, as they were supported previously.