[issue39243] CDLL __init__ no longer supports name being passed as None when the handle is not None

Steve Dower report at bugs.python.org
Tue Jan 7 15:42:59 EST 2020


Steve Dower <steve.dower at python.org> added the comment:

In that case, we should refactor the init method to check whether handle has been specified earlier, so that it's obvious that the two conditional blocks are never executed in that case.

----------

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


More information about the Python-bugs-list mailing list