General object for sys.ps1 and sys.ps2 (#6139)

This commit is contained in:
Théo Cavignac
2021-10-09 14:38:39 +02:00
committed by GitHub
parent 90f6727516
commit e018ad66dc

View File

@@ -70,8 +70,8 @@ if sys.version_info >= (3, 9):
prefix: str
if sys.version_info >= (3, 8):
pycache_prefix: str | None
ps1: str
ps2: str
ps1: object
ps2: object
stdin: TextIO
stdout: TextIO
stderr: TextIO