Serhiy Storchaka added the comment:

Could you please provide a script that reproduces an issue?

Seems the repr of uninitialized CDLL instance is used. It causes an infinite 
recursion in attempt to resolve not set private attributes (_name, _handle, 
_FuncPtr).

----------
components: +ctypes
nosy: +amaury.forgeotdarc, belopolsky, meador.inge, serhiy.storchaka
type: crash -> behavior
versions: +Python 2.7, Python 3.6, Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29219>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to