8000 gh-82626: Emit a warning when bool is used as a file descriptor by serhiy-storchaka · Pull Request #111275 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-82626: Emit a warning when bool is used as a file descriptor #111275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into fd-bool
  • Loading branch information
serhiy-storchaka authored Dec 4, 2023
commit 0daa01c342adc9eeb4ede3973b1ba2dfc164d4c3
5 changes: 5 additions & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ Other Language Changes
This can help catch some errors earlier.
(Contributed by Serhiy Storchaka in :gh:`82626`.)

* Added a new environment variable :envvar:`PYTHON_FROZEN_MODULES`. It
determines whether or not frozen modules are ignored by the import machinery,
equivalent of the :option:`-X frozen_modules <-X>` command-line option.
(Contributed by Yilei Yang in :gh:`111374`.)

New Modules
===========

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0