Description
I am trying to access simple python code through C# code using IronPython 2.7.12 on ppc64le architecture.
But I am facing issue with raw_input() API. It does not return back when user hits ENTER key. I have to use Ctrl-D to return from raw_input()
What could be reason behind this? Can someone help here?