gh-82626: Emit a warning when bool is used as a file descriptor by serhiy-storchaka · Pull Request #111275 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.5k
Merged
serhiy-storchaka merged 3 commits intopython:mainfrom
Feb 5, 2024Merged
gh-82626: Emit a warning when bool is used as a file descriptor#111275
serhiy-storchaka merged 3 commits intopython:mainfrom
gh-82626: Emit a warning when bool is used as a file descriptor#111275
serhiy-storchaka merged 3 commits intopython:mainfrom
Conversation
Copy link Copy Markdown
Member
📚 Documentation preview 📚: https://cpython-previews--111275.org.readthedocs.build/
bedevere-app
bot
mentioned this pull request
bedevere-app
bot
added
the
awaiting core review
label
Copy link Copy Markdown
Member
pitrou
commented
Nov 9, 2023
pitrou commented
Nov 9, 2023Why not raise an error? This is almost certainly a bug in user code.
Copy link Copy Markdown
Member Author
serhiy-storchaka
commented
Dec 4, 2023
serhiy-storchaka commented
Dec 4, 2023Why not raise an error? This is almost certainly a bug in user code.
Copy link Copy Markdown
Member Author
serhiy-storchaka
commented
Dec 4, 2023
serhiy-storchaka commented
Dec 4, 2023I missed your comment @pitrou because for unknown causes I did not receive an email.
serhiy-storchaka
merged commit
652fbf8
into
python:main
bedevere-app
bot
removed
the
awaiting core review
label
serhiy-storchaka
deleted the
fd-bool
branch
fsc-eriker pushed a commit to fsc-eriker/cpython that referenced this pull request
Feb 14, 2024This 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