Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34k
Closed
Description
Bug report
Bug description:
_ctypes._build_result() leaks a reference to the result tuple whennumretvals > 1 andv = NULL during result construction.
https://github.com/python/cpython/blob/main/Modules/_ctypes/_ctypes.c#L4559-L4562
CPython versions tested on:
CPython main branch
Operating systems tested on:
Windows