Skip to content

gh-111178: Avoid calling functions from incompatible pointer types in dictobject.c #112892

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 21 commits into from
Jan 2, 2024
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
c934a0d
Make dict_dealloc() compatible with destructor
chrstphrchvz Dec 5, 2023
9c1f2fb
Make dict_repr() compatible with reprfunc
chrstphrchvz Dec 9, 2023
38efefb
Make dictvalues_iter() compatible with getiterfunc
chrstphrchvz Dec 9, 2023
eb37bd9
Make dictview_traverse() compatible with traverseproc
chrstphrchvz Dec 9, 2023
da12a9c
Make dictview_len() compatible with lenfunc
chrstphrchvz Dec 9, 2023
fad4d95
Make dictview_repr() compatible with reprfunc
chrstphrchvz Dec 9, 2023
ff04bb8
Make dictview_dealloc() compatible with destructor
chrstphrchvz Dec 9, 2023
4846c79
Make dictitems_iter() compatible with getiterfunc
chrstphrchvz Dec 9, 2023
034bbdc
Make dict_iter() compatible with getiterfunc
chrstphrchvz Dec 9, 2023
67904d2
Make dictiter_iternextkey() compatible with iternextfunc
chrstphrchvz Dec 9, 2023
55d5e54
Make dictiter_traverse() compatible with traverseproc
chrstphrchvz Dec 9, 2023
03badfd
Make dictiter_dealloc() compatible with destructor
chrstphrchvz Dec 9, 2023
d2b1c3f
Make dictiter_iternextvalue() compatible with iternextfunc
chrstphrchvz Dec 9, 2023
2bea048
Make dict_contains functions compatible with objobjproc
chrstphrchvz Dec 9, 2023
55683a0
Make dictkeys_iter() compatible with getiterfunc
chrstphrchvz Dec 9, 2023
ff5599b
Make dictreviter_iternext() compatible with iternextfunc
chrstphrchvz Dec 9, 2023
def1d1a
Make dictiter_iternextitem() compatible with iternextfunc
chrstphrchvz Dec 9, 2023
5001e3f
Make dict_length() compatible with lenfunc
chrstphrchvz Dec 9, 2023
ca84b60
Make dict_subscript() compatible with binaryfunc/PyCFunction
chrstphrchvz Dec 9, 2023
378dd95
Make dict_ass_sub() compatible with objobjargproc
chrstphrchvz Dec 9, 2023
fa1f3c4
Make several functions compatible with PyCFunction
chrstphrchvz Dec 9, 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
Loading