This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Ilya.Kulakov, amaury.forgeotdarc, belopolsky, meador.inge, serhiy.storchaka
Date 2017-01-10.06:07:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484028448.5.0.108526674353.issue29219@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2017-01-10 06:07:28serhiy.storchakasetrecipients: + serhiy.storchaka, amaury.forgeotdarc, belopolsky, meador.inge, Ilya.Kulakov
2017-01-10 06:07:28serhiy.storchakasetmessageid: <1484028448.5.0.108526674353.issue29219@psf.upfronthosting.co.za>
2017-01-10 06:07:28serhiy.storchakalinkissue29219 messages
2017-01-10 06:07:28serhiy.storchakacreate