Possibly other versions of python. I am unsure. At least in 2.7 this happens, and in 3.6 it does not. Repro: ```python import sigtools, multiprocessing sigtools.signature(multiprocessing.Array) ``` `RuntimeError: maximum recursion depth exceeded`
Possibly other versions of python. I am unsure. At least in 2.7 this happens, and in 3.6 it does not.
Repro:
RuntimeError: maximum recursion depth exceeded