The PyDev - Eclipse IDE on Windows platform shows a problem while instantiating ResetSignal.
It confuses with the keyword async introduced newly in the Python 3.5 semantics.
It doesn’t create a problem during runtime. But it does create problems in the IDE.
I am not aware about PyLint. On checking under Preferences. “Use Pylint?” was unchecked. I tried activating it but it made no difference. The error still shows up.
Ok, I checked it. The problem is with the Grammar Version. When selecting 3.0 it shows error, when selecting 2.7 the error goes away irrespective of what Interpreter I use (2.7 or 3.5).