Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
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.2k
Star
74.2k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-114264: Optimize performance of copy.deepcopy by adding a fast path for atomic types
- #114266
#114266
Merged
serhiy-storchaka
merged 23 commits into
python:main
python/cpython:main
from
eendebakpt:deepcopy_atomic_types
eendebakpt/cpython:deepcopy_atomic_types
Copy head branch name to clipboard
Jun 7, 2024
Conversation
Commits
23
(23)
Checks
Files changed
Merged
gh-114264: Optimize performance of copy.deepcopy by adding a fast path for atomic types
#114266
serhiy-storchaka
merged 23 commits into
python:main
python/cpython:main
from
eendebakpt:deepcopy_atomic_types
eendebakpt/cpython:deepcopy_atomic_types
Copy head branch name to clipboard
Commits
Commits on Jan 18, 2024
Optimize performance of copy.deepcopy by adding a fast path for atomic types
eendebakpt
committed
9990245
View commit details
Copy full SHA for 9990245
Browse repository at this point
match order with main
eendebakpt
committed
06f1980
View commit details
Copy full SHA for 06f1980
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
dd9fabf
View commit details
Copy full SHA for dd9fabf
Browse repository at this point
format news entry
eendebakpt
committed
becbb59
View commit details
Copy full SHA for becbb59
Browse repository at this point
Commits on Jan 19, 2024
put d variable back
eendebakpt
committed
339c2b9
View commit details
Copy full SHA for 339c2b9
Browse repository at this point
Merge branch 'deepcopy_atomic_types' of github.com:eendebakpt/cpython into deepcopy_atomic_types
eendebakpt
committed
89ecad1
View commit details
Copy full SHA for 89ecad1
Browse repository at this point
Commits on Jan 30, 2024
Merge branch 'main' into deepcopy_atomic_types
eendebakpt
authored
9aacf87
View commit details
Copy full SHA for 9aacf87
Browse repository at this point
Commits on Feb 4, 2024
Merge branch 'main' into deepcopy_atomic_types
eendebakpt
authored
5197f94
View commit details
Copy full SHA for 5197f94
Browse repository at this point
Commits on Feb 26, 2024
Merge branch 'main' into deepcopy_atomic_types
eendebakpt
authored
18914f3
View commit details
Copy full SHA for 18914f3
Browse repository at this point
Merge branch 'main' into deepcopy_atomic_types
eendebakpt
authored
8f294c7
View commit details
Copy full SHA for 8f294c7
Browse repository at this point
Commits on Mar 18, 2024
Merge branch 'main' into deepcopy_atomic_types
eendebakpt
authored
3b57fc1
View commit details
Copy full SHA for 3b57fc1
Browse repository at this point
Commits on Mar 29, 2024
Merge branch 'main' into deepcopy_atomic_types
eendebakpt
authored
53d63a7
View commit details
Copy full SHA for 53d63a7
Browse repository at this point
Commits on Apr 13, 2024
improve performance of _deepcopy_list with a list comprehension
eendebakpt
committed
eb8e6ba
View commit details
Copy full SHA for eb8e6ba
Browse repository at this point
avoid generation of exception in _deepcopy_tuple
eendebakpt
committed
e468b6c
View commit details
Copy full SHA for e468b6c
Browse repository at this point
Merge branch 'main' into deepcopy_atomic_types
eendebakpt
authored
2b4abe6
View commit details
Copy full SHA for 2b4abe6
Browse repository at this point
Commits on Apr 14, 2024
revert comprehension changes
eendebakpt
committed
e3310f5
View commit details
Copy full SHA for e3310f5
Browse repository at this point
Merge branch 'deepcopy_atomic_types' of github.com:eendebakpt/cpython into deepcopy_atomic_types
eendebakpt
committed
1186a5b
View commit details
Copy full SHA for 1186a5b
Browse repository at this point
Commits on Apr 20, 2024
Merge branch 'main' into deepcopy_atomic_types
eendebakpt
authored
ce7273b
View commit details
Copy full SHA for ce7273b
Browse repository at this point
Commits on May 1, 2024
Update Lib/copy.py
eendebakpt
authored
4bc74d3
View commit details
Copy full SHA for 4bc74d3
Browse repository at this point
Merge branch 'main' into deepcopy_atomic_types
eendebakpt
authored
d69d8da
View commit details
Copy full SHA for d69d8da
Browse repository at this point
Apply suggestions from code review
eendebakpt
authored
c66b24d
View commit details
Copy full SHA for c66b24d
Browse repository at this point
Commits on May 6, 2024
Merge branch 'main' into deepcopy_atomic_types
eendebakpt
authored
142b0fc
View commit details
Copy full SHA for 142b0fc
Browse repository at this point
Commits on Jun 1, 2024
Merge branch 'main' into deepcopy_atomic_types
eendebakpt
authored
d6fa670
View commit details
Copy full SHA for d6fa670
Browse repository at this point
You can’t perform that action at this time.