Due to a bug in Python 3.9.7, code situations where we call an __init__ function in a subclass will fail with a TypeError.
This is only a bug within the Python language and was patched out with Python 3.10 and this doesn't affect Python 3.9.6.
Here, we are advising the incompatibility.