FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-118824: Remove deprecated `master_open` and `slave_open` from `pty` by sobolevn · Pull Request #118826 · python/cpython · GitHub

/ cpython Public

gh-118824: Remove deprecated master_open and slave_open from pty - #118826

Merged
sobolevn merged 5 commits into
python:mainfrom
sobolevn:issue-118824
May 28, 2024
Merged

gh-118824: Remove deprecated master_open and slave_open from pty#118826
sobolevn merged 5 commits into
python:mainfrom
sobolevn:issue-118824

Conversation

sobolevn commented May 9, 2024
edited by github-actions Bot
Loading

Copy link
Copy Markdown
Member

Comment thread Lib/pty.py
Comment thread Doc/whatsnew/3.14.rst Outdated
Comment thread Doc/whatsnew/3.14.rst Outdated
sobolevn and others added 2 commits May 28, 2024 13:52
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>

hugovk left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

🧹

sobolevn merged commit f912e5a into python:main May 28, 2024
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
…m `pty` (python#118826)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Comment thread Lib/pty.py
except ImportError:
return master_fd, slave_fd
try:
ioctl(result, I_PUSH, "ptem")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

result is a NameError now.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Addressed in #124406

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL