BasePythonReplEvaluator.HandleReadLine may have null Stream
description
While running tests, had a crash in Release\Product\Python\PythonTools\PythonTools\Repl\BasePythonReplEvaluator.cs where Stream is captured, but never null checked.
We either need to null check before using Stream or capture the stream before queuing the work item.