Edgar Andrés Margffoy Tuay
Edgar Andrés Margffoy Tuay
But shouldn't the input provided by the user be "written" into the PTY? At least that's how terminado uses pywinpty: https://github.com/jupyter/terminado/blob/5058f34b0921a574a458d00cc2a78f01c029b98e/terminado/websocket.py#L141
I think handling stdin is outside of the scope of pywinpty, since infrastructure to do stream redirection should be implemented by downstream users?
The issue with stream redirection in Windows is that underneath new pipes are created to communicate from/to the PTY, I don't know if it would be possible to have an...
This should be fixed by #515
I'll make the new release today
@ofek, your script has a minor bug, you should be checking for `iseof` as opposed to `isalive`, the latter ensures input after the process has ended, whereas the other when...
@colesbury @albanD the global variables are now pointers without destructors, please let me know if this works for you. @rgommers, do you know who should I ping to request a...
I've just opened an alternative PR that employs the immortal wrapper proposed by @peterbell10 : https://github.com/scipy/scipy/pull/22038, feel free to review that diff.