-
- Notifications
You must be signed in to change notification settings - Fork 33.7k
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
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 68a78dd Merge branch 'main' into issue-67565
furkanonder 8ab0fbd 📜🤖 Added by blurb_it.
blurb-it[bot] 9453509 Merge branch 'main' into issue-67565
furkanonder 6653612 Merge branch 'main' into issue-67565
furkanonder ce0fd8c add whitespace between functions
furkanonder 374f01a remove redundant C-contiguity check in binascii
furkanonder 36bee41 remove redundant C-contiguity check in ssl
furkanonder 84b1a42 Merge branch 'main' into issue-67565
furkanonder 8bbd6fa mention binascii and ssl module
furkanonder 657bc60 Remove PyBuffer_IsContiguous from Argument Clinic
furkanonder 9c5215f Merge branch 'issue-67565' of github.com:furkanonder/cpython into iss…
furkanonder 9e6f9c3 remove trailing-whitespace in test_binascii
furkanonder 4902c6a Merge branch 'main' into issue-67565
furkanonder bcfd13b update news entry
furkanonder 1e953f3 Merge branch 'main' into issue-67565
furkanonder b86546f Add assert for PyBuffer_IsContiguous in getargs.c
furkanonder 7cb3b09 Add assert for PyBuffer_IsContiguous in binascii.c
furkanonder d2cbee5 Add assert for PyBuffer_IsContiguous _ssl.c
furkanonder dff0a4f add comment that PyBUF_SIMPLE guarantees C-contiguous buffers
furkanonder d06be0a Merge branch 'main' into issue-67565
furkanonder 9ce050a Merge branch 'main' into issue-67565
furkanonder 9e17a07 add new test using NONCONTIG_WRITABLE
furkanonder 9e99a83 add new test using NONCONTIG_READONLY
furkanonder 64d9e8f add new test using NONCONTIG_READONLY
furkanonder a90519e remove whitespaces
furkanonder 676dfa2 re-run argument clinic
furkanonder d4387b2 remove tests
furkanonder c4da7d5 Merge branch 'main' into issue-67565
furkanonder 81ba023 resolve conflict
furkanonder ce031cb Merge branch 'main' into issue-67565
furkanonder 69ba12f re-run argument clinic
furkanonder cbfc93a Update Python/getargs.c
serhiy-storchaka 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
add whitespace between functions
- Loading branch information
commit ce0fd8c85f53de67d5b8d086a4f11a668a80cbb2
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
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.