8000 gh-67565: remove redundant C-contiguity checks by furkanonder · Pull Request #105521 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-67565: remove redundant C-contiguity checks #105521

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 33 commits into from
Oct 23, 2023
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
92dd958
remove redundant C-contiguity chec in getargs.c
furkanonder Jun 8, 2023
68a78dd
Merge branch 'main' into issue-67565
furkanonder Jun 8, 2023
8ab0fbd
📜🤖 Added by blurb_it.
blurb-it[bot] Jun 8, 2023
9453509
Merge branch 'main' into issue-67565
furkanonder Jun 8, 2023
6653612
Merge branch 'main' into issue-67565
furkanonder Aug 5, 2023
ce0fd8c
add whitespace between functions
furkanonder Aug 5, 2023
374f01a
remove redundant C-contiguity check in binascii
furkanonder Sep 6, 2023
36bee41
remove redundant C-contiguity check in ssl
furkanonder Sep 6, 2023
84b1a42
Merge branch 'main' into issue-67565
furkanonder Sep 7, 2023
8bbd6fa
mention binascii and ssl module
furkanonder Sep 10, 2023
657bc60
Remove PyBuffer_IsContiguous from Argument Clinic
furkanonder Sep 10, 2023
9c5215f
Merge branch 'issue-67565' of github.com:furkanonder/cpython into iss…
furkanonder Sep 10, 2023
9e6f9c3
remove trailing-whitespace in test_binascii
furkanonder Sep 10, 2023
4902c6a
Merge branch 'main' into issue-67565
furkanonder Sep 10, 2023
bcfd13b
update news entry
furkanonder Sep 11, 2023
1e953f3
Merge branch 'main' into issue-67565
furkanonder Sep 11, 2023
b86546f
Add assert for PyBuffer_IsContiguous in getargs.c
furkanonder Sep 25, 2023
7cb3b09
Add assert for PyBuffer_IsContiguous in binascii.c
furkanonder Sep 25, 2023
d2cbee5
Add assert for PyBuffer_IsContiguous _ssl.c
furkanonder Sep 25, 2023
dff0a4f
add comment that PyBUF_SIMPLE guarantees C-contiguous buffers
furkanonder Sep 25, 2023
d06be0a
Merge branch 'main' into issue-67565
furkanonder Sep 26, 2023
9ce050a
Merge branch 'main' into issue-67565
furkanonder Oct 16, 2023
9e17a07
add new test using NONCONTIG_WRITABLE
furkanonder Oct 16, 2023
9e99a83
add new test using NONCONTIG_READONLY
furkanonder Oct 16, 2023
64d9e8f
add new test using NONCONTIG_READONLY
furkanonder Oct 16, 2023
a90519e
remove whitespaces
furkanonder Oct 16, 2023
676dfa2
re-run argument clinic
furkanonder Oct 16, 2023
d4387b2
remove tests
furkanonder Oct 16, 2023
c4da7d5
Merge branch 'main' into issue-67565
furkanonder Oct 16, 2023
81ba023
resolve conflict
furkanonder Oct 17, 2023
ce031cb
Merge branch 'main' into issue-67565
furkanonder Oct 17, 2023
69ba12f
re-run argument clinic
furkanonder Oct 18, 2023
cbfc93a
Update Python/getargs.c
serhiy-storchaka Oct 20, 2023
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
5AC8
Prev Previous commit
Next Next commit
Merge branch 'main' into issue-67565
  • Loading branch information
furkanonder authored Aug 5, 2023
commit 665361259e41de9a46b95ce9335177bda0545ded

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.

0