FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-121192: Add fast path to `deepcopy()` for empty list/tuple/dict/set by lgeiger · Pull Request #121193 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-121192: Add fast path to deepcopy() for empty list/tuple/dict/set
- #121193
#121193
Closed
lgeiger
wants to merge 5 commits into
python:main
python/cpython:main
from
lgeiger:deepcopy-empty-list-dict
lgeiger/cpython:deepcopy-empty-list-dict
Copy head branch name to clipboard
Conversation
Commits
5
(5)
Checks
Files changed
Closed
gh-121192: Add fast path to deepcopy() for empty list/tuple/dict/set
#121193
lgeiger
wants to merge 5 commits into
python:main
python/cpython:main
from
lgeiger:deepcopy-empty-list-dict
lgeiger/cpython:deepcopy-empty-list-dict
Copy head branch name to clipboard
Commits
Commits on Jun 30, 2024
Optimize deepcopy of empty containers
lgeiger
committed
f317c1b
View commit details
Copy full SHA for f317c1b
Browse repository at this point
Remove special case for tuple and frozensets
lgeiger
committed
943a10f
View commit details
Copy full SHA for 943a10f
Browse repository at this point
Add NEWS entry
lgeiger
committed
68c589f
View commit details
Copy full SHA for 68c589f
Browse repository at this point
Commits on Jul 1, 2024
Don't call len for checking for empty container
lgeiger
committed
ba7298c
View commit details
Copy full SHA for ba7298c
Browse repository at this point
Commits on Jul 2, 2024
Revert optimization for nested empty containers
lgeiger
committed
d87901e
View commit details
Copy full SHA for d87901e
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL