8000 [3.12] gh-128017: Make a note that sys variables are read-only (GH-128887) by miss-islington · Pull Request #128909 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.12] gh-128017: Make a note that sys variables are read-only (GH-128887) #128909

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 1 commit into from
Jan 16, 2025
Merged
Changes from all commits
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
gh-128017: Make a note that sys variables are read-only (GH-128887)
(cherry picked from commit 313b96e)

Co-authored-by: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్  రెడ్డి) <thatiparthysreenivas@gmail.com>
  • Loading branch information
srinivasreddy authored and miss-islington committed Jan 16, 2025
commit ce6a92f9d1c7c565e2f385644feca0291f5a66b0
2 changes: 1 addition & 1 deletion Doc/library/sys.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

This module provides access to some variables used or maintained by the
interpreter and to functions that interact strongly with the interpreter. It is
always available.
always available. Unless explicitly noted otherwise, all variables are read-only.


.. data:: abiflags
Expand Down
Loading
0