Finally, I myself found this:
Pycharm generates a builtins.py file for code hint.
Perhaps this is the way:
C:\Program Files (x86)\JetBrains\PyCharm 3.4.1\helpers\python-skeletons\builtins.py
Randomly select a built-in function, click it with the Ctrl key, then this file will be opened in PyCharm.
Then I see the error, but still do not know how and when this happens:

I see that the multi-line comment block was not closed correctly.
I manually fixed it and everything went well!
source share