[New-bugs-announce] [issue36150] Possible assertion failures due to _ctypes.c's PyCData_reduce()

Zackery Spytz report at bugs.python.org
Thu Feb 28 14:13:41 EST 2019


New submission from Zackery Spytz <zspytz at gmail.com>:

The PyBytes_FromStringAndSize() and PyObject_GetAttrString() calls in PyCData_reduce() are not checked for failure.

----------
components: Extension Modules, ctypes
messages: 336866
nosy: ZackerySpytz
priority: normal
severity: normal
status: open
title: Possible assertion failures due to _ctypes.c's PyCData_reduce()
type: crash
versions: Python 2.7, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36150>
_______________________________________


More information about the New-bugs-announce mailing list