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 masamoto
Recipients Matúš Valo, christian.heimes, erik.bray, masamoto, zach.ware
Date 2017-12-12.23:37:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
This issue seems to duplicate #28459.

#28459 has a patch (implement _setmode() by ctypes on _pyio).  I'm not sure _setmode() will be used in other places in the future, but the patch just works at the moment.
In addition, I have an idea which implements C extension (imitation msvcrt or just cygwin).
History
Date User Action Args
2017-12-12 23:37:41masamotosetrecipients: + masamoto, christian.heimes, erik.bray, zach.ware, Matúš Valo
2017-12-12 23:37:41masamotosetmessageid: <[email protected]>
2017-12-12 23:37:41masamotolinkissue32287 messages
2017-12-12 23:37:41masamotocreate