-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
gh-111178: Avoid calling functions from incompatible pointer types in descrobject.c #112861
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
+147
−106
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
e9c0f5f
Update descrobject.c
chrstphrchvz 31f6c07
Update descrobject.c
chrstphrchvz b950d1a
Update descrobject.c
chrstphrchvz 505a00c
Update descrobject.c
chrstphrchvz 2e1b409
Update descrobject.c
chrstphrchvz b82d048
Update descrobject.c
chrstphrchvz eb6c22e
Make method_repr() compatible with reprfunc
chrstphrchvz 60c0d7a
Make classmethoddescr_call() compatible with ternaryfunc
chrstphrchvz 1de5a1a
Make getset_repr() compatible with reprfunc
chrstphrchvz 8b57573
Make member_repr() compatible with reprfunc
chrstphrchvz d2f06e6
Make wrapperdescr_repr() compatible with reprfunc
chrstphrchvz 4cd2e6d
Make wrapperdescr_call() compatible with ternaryfunc
chrstphrchvz f32c9e0
Make wrapper_repr() compatible with reprfunc
chrstphrchvz 83df0df
Make wrapper_reduce() compatible with PyCFunction
chrstphrchvz a4c7f17
Make wrapper_hash() compatible with hashfunc
chrstphrchvz be0fb74
Make wrapper_dealloc() compatible with destructor
chrstphrchvz 356c2fe
Make wrapper_objclass() compatible with getter
chrstphrchvz ec4ca04
Make wrapper_name() compatible with getter
chrstphrchvz 9ebb68f
Make wrapper_qualname() compatible with getter
chrstphrchvz de99189
Make wrapper_text_signature() compatible with getter
chrstphrchvz 9b43a8d
Make wrapper_doc() compatible with getter
chrstphrchvz 32b8dfe
mappingproxy_dealloc(): less inconsistent parameter name
chrstphrchvz 78419d6
descr_dealloc(): less inconsistent parameter name
chrstphrchvz 97d3ee8
Make mappingproxy_getiter() compatible with getiterfunc
chrstphrchvz 30cd173
Make mappingproxy_hash() compatible with hashfunc
chrstphrchvz fcce565
Make mappingproxy_str() compatible with reprfunc
chrstphrchvz 776acd7
Make mappingproxy_repr() compatible with reprfunc
chrstphrchvz f4dfb12
Make mappingproxy_richcompare() compatible with richcmpfunc
chrstphrchvz 80da821
Remove redundant cast of property_clear()
chrstphrchvz 7b903ea
Make mappingproxy_contains() compatible with objobjproc
chrstphrchvz d646a9d
Make wrapper_call() compatible with ternaryfunc
chrstphrchvz 75a4980
Make mappingproxy_reversed() compatible with PyCFunction
chrstphrchvz e96377d
Make mappingproxy_copy() compatible with PyCFunction
chrstphrchvz 0002cba
Make mappingproxy_items() compatible with PyCFunction
chrstphrchvz 057c059
Make mappingproxy_values() compatible with PyCFunction
chrstphrchvz 57224d0
Make mappingproxy_keys() compatible with PyCFunction
chrstphrchvz 071d2bc
Make mappingproxy_getitem() compatible with binaryfunc
chrstphrchvz 65f0a90
Make mappingproxy_len() compatible with lenfunc
chrstphrchvz 385dbfd
Make method_get_doc() compatible with getter
chrstphrchvz a0e0ae0
Make descr_get_qualname() compatible with getter
chrstphrchvz ff534a1
Make method_get_text_signature() compatible with getter
chrstphrchvz ae28dc1
Make member_get_doc() compatible with getter
chrstphrchvz 547cbc0
Make getset_get_doc() compatible with getter
chrstphrchvz 6360a46
Make wrapperdescr_get_doc() compatible with getter
chrstphrchvz e823bed
Make wrapperdescr_get_text_signature() compatible with getter
chrstphrchvz 6c15c76
Make wrapperdescr_get() compatible with descrgetfunc
chrstphrchvz 238724f
Make descr_reduce() compatible with PyCFunction
chrstphrchvz cb6f751
Need to update type in cast
chrstphrchvz dd64280
Make mappingproxy_get() compatible with _PyCFunctionFast
chrstphrchvz 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
Make wrapper_qualname() compatible with getter
- Loading branch information
commit 9ebb68f19292cffeaaf8eb83256764d766474b80
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.