-
-
Notifications
You must be signed in to change notification settings - Fork 32k
ctypes: Add a testcase for nested _as_parameter_
lookup
#107461
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
Labels
Comments
serhiy-storchaka
pushed a commit
that referenced
this issue
Feb 1, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Feb 1, 2024
…okup (pythonGH-107462) (cherry picked from commit 0bf42da) Co-authored-by: Tomas R <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Feb 1, 2024
…okup (pythonGH-107462) (cherry picked from commit 0bf42da) Co-authored-by: Tomas R <[email protected]>
This was referenced Feb 1, 2024
serhiy-storchaka
pushed a commit
that referenced
this issue
Feb 1, 2024
…ookup (GH-107462) (GH-114858) (cherry picked from commit 0bf42da) Co-authored-by: Tomas R <[email protected]>
serhiy-storchaka
pushed a commit
that referenced
this issue
Feb 1, 2024
…ookup (GH-107462) (GH-114859) (cherry picked from commit 0bf42da) Co-authored-by: Tomas R <[email protected]>
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
A
ctypes
function can be called with custom objects if they define the_as_parameter_
attribute:The attribute is evaluated recursively so nested objects also work:
There is currently no test for this nested case so I think we should add one.
Linked PRs
_as_parameter_
lookup #107462_as_parameter_
lookup (GH-107462) #114858_as_parameter_
lookup (GH-107462) #114859The text was updated successfully, but these errors were encountered: