FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-72793: C implementation of parts of copy.deepcopy by eendebakpt · Pull Request #91610 · 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.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-72793: C implementation of parts of copy.deepcopy
- #91610
#91610
Closed
eendebakpt
wants to merge 77 commits into
python:main
python/cpython:main
from
eendebakpt:deepcopy_c_implementation
eendebakpt/cpython:deepcopy_c_implementation
Copy head branch name to clipboard
Conversation
Commits
77
(77)
Checks
Files changed
Closed
gh-72793: C implementation of parts of copy.deepcopy
#91610
eendebakpt
wants to merge 77 commits into
python:main
python/cpython:main
from
eendebakpt:deepcopy_c_implementation
eendebakpt/cpython:deepcopy_c_implementation
Copy head branch name to clipboard
Commits
Commits on Jun 15, 2022
add patch from https://bugs.python.org/issue28607
eendebakpt
committed
68458bc
View commit details
Copy full SHA for 68458bc
Browse repository at this point
add patch from https://bugs.python.org/issue28607
eendebakpt
committed
f5ad0c3
View commit details
Copy full SHA for f5ad0c3
Browse repository at this point
fix clinic; add _copy to build
eendebakpt
committed
fefb5ac
View commit details
Copy full SHA for fefb5ac
Browse repository at this point
refactor deepcopy c code
eendebakpt
committed
47824bd
View commit details
Copy full SHA for 47824bd
Browse repository at this point
validated tests
eendebakpt
committed
3d56fd3
View commit details
Copy full SHA for 3d56fd3
Browse repository at this point
refactor code
eendebakpt
committed
5507364
View commit details
Copy full SHA for 5507364
Browse repository at this point
Commits on Jun 16, 2022
Apply suggestions from code review
Show description for a8f1792
eendebakpt
and
kumaraditya303
authored
a8f1792
View commit details
Copy full SHA for a8f1792
Browse repository at this point
review comments
eendebakpt
committed
20e27ee
View commit details
Copy full SHA for 20e27ee
Browse repository at this point
Merge branch 'deepcopy_c_implementation' of github.com:eendebakpt/cpython into deepcopy_c_implementation
eendebakpt
committed
94b55cf
View commit details
Copy full SHA for 94b55cf
Browse repository at this point
address review comments
eendebakpt
committed
9a85e4a
View commit details
Copy full SHA for 9a85e4a
Browse repository at this point
Commits on Jul 4, 2022
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
be33d78
View commit details
Copy full SHA for be33d78
Browse repository at this point
fix regen
eendebakpt
committed
28f2467
View commit details
Copy full SHA for 28f2467
Browse repository at this point
use vectorcall for python callback
eendebakpt
committed
b72365a
View commit details
Copy full SHA for b72365a
Browse repository at this point
fix windows build
eendebakpt
committed
2548d12
View commit details
Copy full SHA for 2548d12
Browse repository at this point
address review comments
eendebakpt
committed
65f4ea4
View commit details
Copy full SHA for 65f4ea4
Browse repository at this point
Commits on Jul 16, 2022
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
committed
73b1300
View commit details
Copy full SHA for 73b1300
Browse repository at this point
Commits on Aug 11, 2022
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
5045ee2
View commit details
Copy full SHA for 5045ee2
Browse repository at this point
Commits on Aug 22, 2022
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
c9a21f0
View commit details
Copy full SHA for c9a21f0
Browse repository at this point
Commits on Aug 24, 2022
fix AC
eendebakpt
committed
e21517c
View commit details
Copy full SHA for e21517c
Browse repository at this point
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
0e800fb
View commit details
Copy full SHA for 0e800fb
Browse repository at this point
Commits on Sep 11, 2022
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
032c915
View commit details
Copy full SHA for 032c915
Browse repository at this point
Commits on Sep 26, 2022
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
d9e94d9
View commit details
Copy full SHA for d9e94d9
Browse repository at this point
Commits on Oct 19, 2022
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
1a9dd78
View commit details
Copy full SHA for 1a9dd78
Browse repository at this point
Commits on Oct 30, 2022
remove setup.py
eendebakpt
committed
51a1aa8
View commit details
Copy full SHA for 51a1aa8
Browse repository at this point
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
6b5216b
View commit details
Copy full SHA for 6b5216b
Browse repository at this point
Commits on Oct 31, 2022
regen
eendebakpt
committed
f6cf26d
View commit details
Copy full SHA for f6cf26d
Browse repository at this point
Merge branch 'deepcopy_c_implementation' of githubeendebakpt:eendebakpt/cpython into deepcopy_c_implementation
eendebakpt
committed
bc3efa0
View commit details
Copy full SHA for bc3efa0
Browse repository at this point
Commits on Nov 10, 2022
use Py_newRef
eendebakpt
committed
b7d2d45
View commit details
Copy full SHA for b7d2d45
Browse repository at this point
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
committed
7cf1ea0
View commit details
Copy full SHA for 7cf1ea0
Browse repository at this point
Commits on Dec 20, 2022
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
9cf6181
View commit details
Copy full SHA for 9cf6181
Browse repository at this point
Commits on Jan 5, 2023
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
08be03a
View commit details
Copy full SHA for 08be03a
Browse repository at this point
Commits on Jan 6, 2023
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
4e9a202
View commit details
Copy full SHA for 4e9a202
Browse repository at this point
Commits on Jan 18, 2023
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
b50e6e5
View commit details
Copy full SHA for b50e6e5
Browse repository at this point
Commits on Feb 7, 2023
wip
eendebakpt
committed
132e2f3
View commit details
Copy full SHA for 132e2f3
Browse repository at this point
Revert "wip"
Show description for 0e09898
eendebakpt
committed
0e09898
View commit details
Copy full SHA for 0e09898
Browse repository at this point
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
8fa73a9
View commit details
Copy full SHA for 8fa73a9
Browse repository at this point
Commits on Feb 8, 2023
pep7 - part1
eendebakpt
committed
c7545d2
View commit details
Copy full SHA for c7545d2
Browse repository at this point
pep7 - part 2
eendebakpt
committed
93480be
View commit details
Copy full SHA for 93480be
Browse repository at this point
ac
eendebakpt
committed
0f945d1
View commit details
Copy full SHA for 0f945d1
Browse repository at this point
pep7
eendebakpt
committed
1fcb19d
View commit details
Copy full SHA for 1fcb19d
Browse repository at this point
pep7
eendebakpt
committed
424df01
View commit details
Copy full SHA for 424df01
Browse repository at this point
ac
eendebakpt
committed
c556530
View commit details
Copy full SHA for c556530
Browse repository at this point
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
808bc5d
View commit details
Copy full SHA for 808bc5d
Browse repository at this point
Commits on Feb 20, 2023
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
9275ea3
View commit details
Copy full SHA for 9275ea3
Browse repository at this point
Commits on Feb 28, 2023
pep7
eendebakpt
committed
2c1ddb4
View commit details
Copy full SHA for 2c1ddb4
Browse repository at this point
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
a736d2e
View commit details
Copy full SHA for a736d2e
Browse repository at this point
Commits on Mar 18, 2023
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
33eec1c
View commit details
Copy full SHA for 33eec1c
Browse repository at this point
Commits on Mar 19, 2023
make global C variables fully const
eendebakpt
committed
75375cd
View commit details
Copy full SHA for 75375cd
Browse repository at this point
Commits on Jun 11, 2023
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
4071339
View commit details
Copy full SHA for 4071339
Browse repository at this point
Commits on Jun 12, 2023
fix merge issues
eendebakpt
committed
5915ead
View commit details
Copy full SHA for 5915ead
Browse repository at this point
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
0228f64
View commit details
Copy full SHA for 0228f64
Browse repository at this point
fix merge issues
eendebakpt
committed
066afe2
View commit details
Copy full SHA for 066afe2
Browse repository at this point
Merge branch 'deepcopy_c_implementation' of githubeendebakpt:eendebakpt/cpython into deepcopy_c_implementation
eendebakpt
committed
d622575
View commit details
Copy full SHA for d622575
Browse repository at this point
Commits on Jun 28, 2023
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
c38e150
View commit details
Copy full SHA for c38e150
Browse repository at this point
Commits on Aug 2, 2023
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
1e43e5d
View commit details
Copy full SHA for 1e43e5d
Browse repository at this point
update for changed c api
eendebakpt
committed
d074603
View commit details
Copy full SHA for d074603
Browse repository at this point
Commits on Sep 10, 2023
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
22e7610
View commit details
Copy full SHA for 22e7610
Browse repository at this point
Commits on Sep 12, 2023
include pycore_dict.h header
eendebakpt
committed
0e8f043
View commit details
Copy full SHA for 0e8f043
Browse repository at this point
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
83c2fdb
View commit details
Copy full SHA for 83c2fdb
Browse repository at this point
fix _PyDict_NewPresized
eendebakpt
committed
b76a43c
View commit details
Copy full SHA for b76a43c
Browse repository at this point
fix _PyDict_NewPresized
eendebakpt
committed
ce5f28a
View commit details
Copy full SHA for ce5f28a
Browse repository at this point
fix _PyDict_NewPresized
eendebakpt
committed
f155330
View commit details
Copy full SHA for f155330
Browse repository at this point
align PR with addition of copy.replace
eendebakpt
committed
2be1c3b
View commit details
Copy full SHA for 2be1c3b
Browse repository at this point
pylint
eendebakpt
committed
61ad279
View commit details
Copy full SHA for 61ad279
Browse repository at this point
Commits on Sep 13, 2023
make _PyDict_NewPresized available in shared extensions
eendebakpt
committed
74098d7
View commit details
Copy full SHA for 74098d7
Browse repository at this point
make regen-all
eendebakpt
committed
62b7c76
View commit details
Copy full SHA for 62b7c76
Browse repository at this point
Commits on Oct 4, 2023
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
fb5e27a
View commit details
Copy full SHA for fb5e27a
Browse repository at this point
resolve merge changes
eendebakpt
committed
8f6aad7
View commit details
Copy full SHA for 8f6aad7
Browse repository at this point
Commits on Oct 16, 2023
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
ce8bed7
View commit details
Copy full SHA for ce8bed7
Browse repository at this point
Commits on Nov 16, 2023
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
93c2d57
View commit details
Copy full SHA for 93c2d57
Browse repository at this point
Commits on Dec 14, 2023
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
e6379d0
View commit details
Copy full SHA for e6379d0
Browse repository at this point
update argument clinic
eendebakpt
committed
0971be5
View commit details
Copy full SHA for 0971be5
Browse repository at this point
resolve merge conflicts
eendebakpt
committed
6d13239
View commit details
Copy full SHA for 6d13239
Browse repository at this point
Commits on Apr 4, 2024
Merge branch 'main' into deepcopy_c_implementation
erlend-aasland
authored
35cdca5
View commit details
Copy full SHA for 35cdca5
Browse repository at this point
Commits on Jun 9, 2024
Merge branch 'main' into deepcopy_c_implementation
Pieter Eendebak
committed
6097604
View commit details
Copy full SHA for 6097604
Browse repository at this point
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
committed
fde2b83
View commit details
Copy full SHA for fde2b83
Browse repository at this point
Commits on Aug 29, 2024
Merge branch 'main' into deepcopy_c_implementation
eendebakpt
authored
9bef684
View commit details
Copy full SHA for 9bef684
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL