uqfoundation/dill

add itertools support in python >= 3.14

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.