[issue33267] ctypes array types create reference cycles

Josh Rosenberg report at bugs.python.org
Thu Apr 12 18:23:40 EDT 2018


Josh Rosenberg <shadowranger+python at gmail.com> added the comment:

Pretty sure this is a problem with classes in general; classes are self-referencing, and using multiplication to create new ctypes array types is creating new classes.

----------
nosy: +josh.r

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


More information about the Python-bugs-list mailing list