Skip to content

gh-111178: Avoid calling functions from incompatible pointer types in memoryobject.c #112863

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 19 commits into from
Dec 11, 2023
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
239cc5d
Make memory_clear() compatible with inquiry
chrstphrchvz Dec 8, 2023
3c376a5
Make memory_traverse() compatible with traverseproc
chrstphrchvz Dec 8, 2023
4b194a8
Make memory_dealloc() compatible with destructor
chrstphrchvz Dec 8, 2023
52c4537
Make memory_repr() compatible with reprfunc
chrstphrchvz Dec 8, 2023
92f48e6
Make memory_hash() compatible with hashfunc
chrstphrchvz Dec 8, 2023
60b15fb
Make memoryiter_next() compatible with iternextfunc
chrstphrchvz Dec 8, 2023
b0a78b0
Make memoryiter_traverse() compatible with traverseproc
chrstphrchvz Dec 8, 2023
1662664
Make memoryiter_dealloc() compatible with destructor
chrstphrchvz Dec 8, 2023
384357a
Make several functions compatible with getter
chrstphrchvz Dec 8, 2023
09c83f8
Make a few functions compatible with getter
chrstphrchvz Dec 8, 2023
bafeb88
Make memory_item() compatible with ssizeargfunc
chrstphrchvz Dec 8, 2023
d4f704a
Make memory_subscript() compatible with binaryfunc
chrstphrchvz Dec 8, 2023
deaa83d
Make memory_length() compatible with lenfunc
chrstphrchvz Dec 8, 2023
b7fd5e0
Make memory_ass_sub() compatible with objobjargproc
chrstphrchvz Dec 8, 2023
538ad83
Make memory_releasebuf() compatible with releasebufferproc
chrstphrchvz Dec 8, 2023
df53cd0
Make memory_getbuf() compatible with getbufferproc
chrstphrchvz Dec 8, 2023
aeb1630
Make mbuf_clear() compatible with inquiry
chrstphrchvz Dec 8, 2023
ae90d75
Make mbuf_traverse() compatible with traverseproc
chrstphrchvz Dec 8, 2023
0f26620
Make mbuf_dealloc() compatible with destructor
chrstphrchvz Dec 8, 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