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 vstinner
Recipients aeros, asvetlov, koobs, ned.deily, paul.moore, ronaldoussoren, soumendra, steve.dower, tim.golden, vstinner, zach.ware
Date 2020-11-25.16:32:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606321946.24.0.342068141269.issue41818@roundup.psfhosted.org>
In-reply-to
Content
> In addition to the above, if a major revision is made to pty, I'd suggest also addressing the issue of "master/slave" terminology

In bpo-34605, I chose to leave the pty module unchange since it *seems* like "master_fd" and "slave_fd" is part of the API. See my rejected PR 9100.

More recently, I discussed with a glibc maintainer who is open to change the openpty() manual page to avoid "master" and "slave" terms.

In fact, these terms are not part of the API. They are just variable names in a manual page.

"parent" and "child" terms would work here. I'm not sure of the exact relationship between the two file descriptors.
History
Date User Action Args
2020-11-25 16:32:26vstinnersetrecipients: + vstinner, paul.moore, ronaldoussoren, tim.golden, ned.deily, asvetlov, zach.ware, koobs, steve.dower, aeros, soumendra
2020-11-25 16:32:26vstinnersetmessageid: <1606321946.24.0.342068141269.issue41818@roundup.psfhosted.org>
2020-11-25 16:32:26vstinnerlinkissue41818 messages
2020-11-25 16:32:25vstinnercreate