This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients Andrey Moiseev, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-04-08.09:46:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617875206.62.0.931671739762.issue43771@roundup.psfhosted.org>
In-reply-to
Content
The limit of 512 characters is not for sys.stdin in general. It's for io._WindowsConsoleIO, which gets used as the raw file for non-redirected sys.stdin -- and opening "CON" and "CONIN$" -- if legacy mode isn't enabled. See bpo-41849.
History
Date User Action Args
2021-04-08 09:46:46eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, Andrey Moiseev
2021-04-08 09:46:46eryksunsetmessageid: <1617875206.62.0.931671739762.issue43771@roundup.psfhosted.org>
2021-04-08 09:46:46eryksunlinkissue43771 messages
2021-04-08 09:46:46eryksuncreate