[Python] Remove Python include from ScriptInterpreterPython.h

This patch limits the scope of the python header to the implementation
of the python script interpreter plugin. ScriptInterpreterPython is now
an abstract interface that doesn't expose any Python specific types, and
is implemented by the ScriptInterpreterPythonImpl.

Differential revision: https://reviews.llvm.org/D59976

llvm-svn: 357307
This commit is contained in:
Jonas Devlieghere
2019-03-29 20:17:20 +00:00
parent c7c6413119
commit 63dd5d2518
6 changed files with 828 additions and 830 deletions