-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
PEP 795: Deep Immutability in Python #4468
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
Open
TobiasWrigstad
wants to merge
20
commits into
python:main
Choose a base branch
from
TobiasWrigstad:pep795
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
36b46c8
PEP 795
TobiasWrigstad fa34d5a
Fixed a broken list numbering
TobiasWrigstad 8c96775
Added link to DPO
TobiasWrigstad 269ff9c
New email for Michael Droettboom
AA-Turner 5f59e37
Revamp based on DPO (#15)
mjp41 76c9c40
Fixing linting complaints
TobiasWrigstad d9e77b9
Fixing broken PEP reference
TobiasWrigstad 88d5fdc
Added newlines to svg files
TobiasWrigstad b631f15
Merge branch 'main' into pep795
hugovk 14d730b
Added link to new DPO discussion
TobiasWrigstad aeaac23
Fixing broken link to old DPO discussion
TobiasWrigstad e985263
Added Post-History
TobiasWrigstad 66c6a10
Fixed Post-History bug
TobiasWrigstad d632682
Apply suggestions from code review
TobiasWrigstad 1fa6870
Update peps/pep-0795.rst
TobiasWrigstad 77d1c1a
Added copyright
TobiasWrigstad be2fb37
Resolved a fixme
TobiasWrigstad 51f43b7
Fixing two minor issues in code listings for escape hatches
TobiasWrigstad e069316
Added a note about mutable types of named tuples
TobiasWrigstad 2fc4375
Pep795 comments 1 (#16)
TobiasWrigstad File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ PEP: 795 | |
| Title: Deep Immutability for Efficient Sharing and Concurrency Safety | ||
| Author: Matthew Johnson <[email protected]>, Matthew Parkinson <[email protected]>, Sylvan Clebsch <[email protected]>, Fridtjof Stoldt <[email protected]>, Tobias Wrigstad <[email protected]> | ||
| Sponsor: Michael Droettboom <[email protected]> | ||
| Discussions-To: Pending | ||
| Discussions-To: https://discuss.python.org/t/pep-795-revamped-deep-immutability-for-efficient-sharing-and-concurrency-safety/105356 | ||
| Status: Draft | ||
| Type: Standards Track | ||
| Created: 19-Jun-2025 | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.