Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
gh-108512: Add and use new replacements for PySys_GetObject()#111035
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
serhiy-storchaka merged 24 commits intopython:mainfromserhiy-storchaka:capi-PySys_GetAttrMay 28, 2025
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
24 commits Select commitHold shift + click to select a range
4d0f508 gh-108512: Add and use new replacements for PySys_GetObject()
serhiy-storchakaeb42b39 Update Misc/stable_abi.toml
serhiy-storchaka2d4588d Merge branch 'main' into capi-PySys_GetAttr
serhiy-storchaka2eb9533 Add tests.
serhiy-storchaka9fc2f3d Apply suggestions from code review
serhiy-storchaka65713ce Address review comments.
serhiy-storchakae6ecf11 Check that the name is a string.
serhiy-storchaka8a0f5f2 Merge remote-tracking branch 'refs/remotes/origin/capi-PySys_GetAttr'…
serhiy-storchaka516829e Make the new C API not public.
serhiy-storchaka9503aaf Remove from Misc/stable_abi.toml.
serhiy-storchakae2857ef Merge branch 'main' into capi-PySys_GetAttr
serhiy-storchakadc26ec2 Add to the limited C API.
serhiy-storchaka104dcc2 Replace few new occurrences of PySys_GetObject().
serhiy-storchakacf75fc3 Update the documentation.
serhiy-storchaka9434659 Clean up.
serhiy-storchaka56639d8 Fix a typo.
serhiy-storchakab40a665 Merge branch 'main' into capi-PySys_GetAttr
serhiy-storchaka03b9c0a Merge branch 'main' into capi-PySys_GetAttr
serhiy-storchaka5d793c5 Merge remote-tracking branch 'refs/remotes/origin/capi-PySys_GetAttr'…
serhiy-storchaka09869ed Merge branch 'main' into capi-PySys_GetAttr
serhiy-storchaka439bc3c Merge branch 'main' into capi-PySys_GetAttr
serhiy-storchaka93ab31b Move to 3.15.
serhiy-storchaka154a82a Address review comments.
serhiy-storchaka81c7605 Improve tests.
serhiy-storchakaFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Merge branch 'main' into capi-PySys_GetAttr
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitb40a6658f9d136c0067628b859bbb4ff56df8bc9
There are no files selected for viewing
21 changes: 7 additions & 14 deletionsModules/_ctypes/callbacks.c
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
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
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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
You are viewing a condensed version of this merge commit. You can view thefull changes here.
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.