In `getmodule_for_member` `func0.__module__` might be None, causing a `KeyError`: https://github.com/Stewori/pytypes/blob/015423271746c36ed1af568ea6cea271160ef822/pytypes/util.py#L576 This is the case for an `__init__` method generated by [attrs](https://github.com/python-attrs/attrs) for example.
In
getmodule_for_memberfunc0.__module__might be None, causing aKeyError:pytypes/pytypes/util.py
Line 576 in 0154232
This is the case for an
__init__method generated by attrs for example.